Html Css Color HEX #5866CD Free Speech Blue

📋 copy color: '#5866CD'

red 88 ◦ green 102 ◦ blue 205

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

Shades of Free Speech Blue #5866CD

Tints of Free Speech Blue #5866CD

RGB

 RED value IS 88 (34.77% from 255) = 22.28%

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

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

R = 22.28%
G = 25.82%
B = 51.9%

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

#5866CD (or 0x5866CD) is known color: Free Speech Blue. HEX triplet: 58, 66 and CD. RGB value is (88,102,205). Sum of RGB (Red+Green+Blue) = 88+102+205=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #5866CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5866CD is #A79932. Grayscale: #6D6D6D. Windows color (decimal): -10983731 or 13461080. OLE color: 13461080.

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

Color convert

RGB 88 102 205 -
CMYK 0.57 0.50 0 0.20
HSL 232.82º 0.54% 0.57% -
HSV(B) 232.82º 0.57% 0.8% -
XYZ 19.8 15.99 59.8 -
YUV 109.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 88 102 205 0.57 0.50 0 0.20 232.82 0.54 0.57
Hex 58 66 CD 39 32 0 14 E9 36 39
Octal 130 146 315 71 62 0 24 351 66 71
Binary 1011000 1100110 11001101 111001 110010 0 10100 11101001 110110 111001

Color Harmonies of #5866CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5866CD

Black with #5866CD

Text Example


Text Example

White with #5866CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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