Html Css Color HEX #5569CC Free Speech Blue

📋 copy color: '#5569CC'

red 85 ◦ green 105 ◦ blue 204

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

Shades of Free Speech Blue #5569CC

Tints of Free Speech Blue #5569CC

RGB

 RED value IS 85 (33.59% from 255) = 21.57%

 GREEN value IS 105 (41.41% from 255) = 26.65%

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

R = 21.57%
G = 26.65%
B = 51.78%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5569CC (or 0x5569CC) is known color: Free Speech Blue. HEX triplet: 55, 69 and CC. RGB value is (85,105,204). Sum of RGB (Red+Green+Blue) = 85+105+204=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #5569CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5569CC is #AA9633. Grayscale: #6D6D6D. Windows color (decimal): -11179572 or 13396309. OLE color: 13396309.

HSL color Cylindrical-coordinate representation of color #5569CC: hue angle of 229.92º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5569CC is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 105 204 -
CMYK 0.58 0.49 0 0.2
HSL 229.92º 0.54% 0.57% -
HSV(B) 229.92º 0.58% 0.8% -
XYZ 19.7 16.39 59.25 -
YUV 110.31 180.87 109.95 -
System Red Green Blue C M Y K H S L
Decimal 85 105 204 0.58 0.49 0 0.2 229.92 0.54 0.57
Hex 55 69 CC 3A 31 0 14 E6 36 39
Octal 125 151 314 72 61 0 24 346 66 71
Binary 1010101 1101001 11001100 111010 110001 0 10100 11100110 110110 111001

Color Harmonies of #5569CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5569CC

Black with #5569CC

Text Example


Text Example

White with #5569CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,105,204); }

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

background-color css

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

 a { background-color: rgb(85,105,204); }

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

border-color css

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

 span { border-color: rgb(85,105,204); }

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