Html Css Color HEX #5764CC Free Speech Blue

📋 copy color: '#5764CC'

red 87 ◦ green 100 ◦ blue 204

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

Shades of Free Speech Blue #5764CC

Tints of Free Speech Blue #5764CC

RGB

 RED value IS 87 (34.38% from 255) = 22.25%

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

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

R = 22.25%
G = 25.58%
B = 52.17%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5764CC (or 0x5764CC) is known color: Free Speech Blue. HEX triplet: 57, 64 and CC. RGB value is (87,100,204). Sum of RGB (Red+Green+Blue) = 87+100+204=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #5764CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764CC is #A89B33. Grayscale: #6B6B6B. Windows color (decimal): -11049780 or 13395031. OLE color: 13395031.

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

Color convert

RGB 87 100 204 -
CMYK 0.57 0.51 0 0.2
HSL 233.33º 0.53% 0.57% -
HSV(B) 233.33º 0.57% 0.8% -
XYZ 19.39 15.5 59.1 -
YUV 107.97 182.19 113.04 -
System Red Green Blue C M Y K H S L
Decimal 87 100 204 0.57 0.51 0 0.2 233.33 0.53 0.57
Hex 57 64 CC 39 33 0 14 E9 35 39
Octal 127 144 314 71 63 0 24 351 65 71
Binary 1010111 1100100 11001100 111001 110011 0 10100 11101001 110101 111001

Color Harmonies of #5764CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5764CC

Black with #5764CC

Text Example


Text Example

White with #5764CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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