Html Css Color HEX #5564CC Free Speech Blue

📋 copy color: '#5564CC'

red 85 ◦ green 100 ◦ blue 204

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

Shades of Free Speech Blue #5564CC

Tints of Free Speech Blue #5564CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.71%

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

R = 21.85%
G = 25.71%
B = 52.44%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5564CC (or 0x5564CC) is known color: Free Speech Blue. HEX triplet: 55, 64 and CC. RGB value is (85,100,204). Sum of RGB (Red+Green+Blue) = 85+100+204=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #5564CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564CC is #AA9B33. Grayscale: #6A6A6A. Windows color (decimal): -11180852 or 13395029. OLE color: 13395029.

HSL color Cylindrical-coordinate representation of color #5564CC: hue angle of 232.44º 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 #5564CC is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 100 204 -
CMYK 0.58 0.51 0 0.2
HSL 232.44º 0.54% 0.57% -
HSV(B) 232.44º 0.58% 0.8% -
XYZ 19.2 15.41 59.09 -
YUV 107.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 85 100 204 0.58 0.51 0 0.2 232.44 0.54 0.57
Hex 55 64 CC 3A 33 0 14 E8 36 39
Octal 125 144 314 72 63 0 24 350 66 71
Binary 1010101 1100100 11001100 111010 110011 0 10100 11101000 110110 111001

Color Harmonies of #5564CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5564CC

Black with #5564CC

Text Example


Text Example

White with #5564CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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