Html Css Color HEX #5066CC Free Speech Blue

📋 copy color: '#5066CC'

red 80 ◦ green 102 ◦ blue 204

#5066CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #5066CC

Tints of Free Speech Blue #5066CC

RGB

 RED value IS 80 (31.64% from 255) = 20.73%

 GREEN value IS 102 (40.23% from 255) = 26.42%

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 20.73%
G = 26.42%
B = 52.85%

CMYK

 C value IS 0.61

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5066CC (or 0x5066CC) is known color: Free Speech Blue. HEX triplet: 50, 66 and CC. RGB value is (80,102,204). Sum of RGB (Red+Green+Blue) = 80+102+204=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #5066CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066CC is #AF9933. Grayscale: #6A6A6A. Windows color (decimal): -11508020 or 13395536. OLE color: 13395536.

HSL color Cylindrical-coordinate representation of color #5066CC: hue angle of 229.35º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5066CC is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 102 204 -
CMYK 0.61 0.5 0 0.2
HSL 229.35º 0.55% 0.56% -
HSV(B) 229.35º 0.61% 0.8% -
XYZ 18.96 15.57 59.13 -
YUV 107.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 80 102 204 0.61 0.5 0 0.2 229.35 0.55 0.56
Hex 50 66 CC 3D 32 0 14 E5 37 38
Octal 120 146 314 75 62 0 24 345 67 70
Binary 1010000 1100110 11001100 111101 110010 0 10100 11100101 110111 111000

Color Harmonies of #5066CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5066CC

Black with #5066CC

Text Example


Text Example

White with #5066CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5066CC; }

 p { color: rgb(80,102,204); }

 H1.HeaderClassName
 {
   color: #5066CC;
 }
 .AnyTagClassName
 {
   color: #5066CC;
 }
</style>

background-color css

<style>
 a { background-color: #5066CC; }

 a { background-color: rgb(80,102,204); }

 div.DivClassName
 {
   background-color: #5066CC;
 }
 .BgClassName
 {
   background-color: #5066CC;
 }
</style>

border-color css

<style>
 span { border-color: #5066CC; }

 span { border-color: rgb(80,102,204); }

 td.TdClassName
 {
   border-color: #5066CC;
 }
 .TagClassName
 {
   border-color: #5066CC;
 }
</style>