Html Css Color HEX #5766CB Free Speech Blue

📋 copy color: '#5766CB'

red 87 ◦ green 102 ◦ blue 203

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

Shades of Free Speech Blue #5766CB

Tints of Free Speech Blue #5766CB

RGB

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

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

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

R = 22.19%
G = 26.02%
B = 51.79%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5766CB (or 0x5766CB) is known color: Free Speech Blue. HEX triplet: 57, 66 and CB. RGB value is (87,102,203). Sum of RGB (Red+Green+Blue) = 87+102+203=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #5766CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766CB is #A89934. Grayscale: #6C6C6C. Windows color (decimal): -11049269 or 13330007. OLE color: 13330007.

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

Color convert

RGB 87 102 203 -
CMYK 0.57 0.50 0 0.20
HSL 232.24º 0.53% 0.57% -
HSV(B) 232.24º 0.57% 0.8% -
XYZ 19.46 15.84 58.53 -
YUV 109.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 87 102 203 0.57 0.50 0 0.20 232.24 0.53 0.57
Hex 57 66 CB 39 32 0 14 E8 35 39
Octal 127 146 313 71 62 0 24 350 65 71
Binary 1010111 1100110 11001011 111001 110010 0 10100 11101000 110101 111001

Color Harmonies of #5766CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766CB

Black with #5766CB

Text Example


Text Example

White with #5766CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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