Html Css Color HEX #5764CB Free Speech Blue

📋 copy color: '#5764CB'

red 87 ◦ green 100 ◦ blue 203

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

Shades of Free Speech Blue #5764CB

Tints of Free Speech Blue #5764CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 22.31%
G = 25.64%
B = 52.05%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5764CB (or 0x5764CB) is known color: Free Speech Blue. HEX triplet: 57, 64 and CB. RGB value is (87,100,203). Sum of RGB (Red+Green+Blue) = 87+100+203=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #5764CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764CB is #A89B34. Grayscale: #6B6B6B. Windows color (decimal): -11049781 or 13329495. OLE color: 13329495.

HSL color Cylindrical-coordinate representation of color #5764CB: hue angle of 233.28º 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 #5764CB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 100 203 -
CMYK 0.57 0.51 0 0.20
HSL 233.28º 0.53% 0.57% -
HSV(B) 233.28º 0.57% 0.8% -
XYZ 19.27 15.45 58.47 -
YUV 107.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 87 100 203 0.57 0.51 0 0.20 233.28 0.53 0.57
Hex 57 64 CB 39 33 0 14 E9 35 39
Octal 127 144 313 71 63 0 24 351 65 71
Binary 1010111 1100100 11001011 111001 110011 0 10100 11101001 110101 111001

Color Harmonies of #5764CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5764CB

Black with #5764CB

Text Example


Text Example

White with #5764CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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