Html Css Color HEX #5766CD Free Speech Blue

📋 copy color: '#5766CD'

red 87 ◦ green 102 ◦ blue 205

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

Shades of Free Speech Blue #5766CD

Tints of Free Speech Blue #5766CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 22.08%
G = 25.89%
B = 52.03%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5766CD (or 0x5766CD) is known color: Free Speech Blue. HEX triplet: 57, 66 and CD. RGB value is (87,102,205). Sum of RGB (Red+Green+Blue) = 87+102+205=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #5766CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766CD is #A89932. Grayscale: #6C6C6C. Windows color (decimal): -11049267 or 13461079. OLE color: 13461079.

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

Color convert

RGB 87 102 205 -
CMYK 0.58 0.50 0 0.20
HSL 232.37º 0.54% 0.57% -
HSV(B) 232.37º 0.58% 0.8% -
XYZ 19.7 15.94 59.8 -
YUV 109.26 182.03 112.12 -
System Red Green Blue C M Y K H S L
Decimal 87 102 205 0.58 0.50 0 0.20 232.37 0.54 0.57
Hex 57 66 CD 3A 32 0 14 E8 36 39
Octal 127 146 315 72 62 0 24 350 66 71
Binary 1010111 1100110 11001101 111010 110010 0 10100 11101000 110110 111001

Color Harmonies of #5766CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766CD

Black with #5766CD

Text Example


Text Example

White with #5766CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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