Html Css Color HEX #5866CE Free Speech Blue

📋 copy color: '#5866CE'

red 88 ◦ green 102 ◦ blue 206

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

Shades of Free Speech Blue #5866CE

Tints of Free Speech Blue #5866CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 22.22%
G = 25.76%
B = 52.02%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5866CE (or 0x5866CE) is known color: Free Speech Blue. HEX triplet: 58, 66 and CE. RGB value is (88,102,206). Sum of RGB (Red+Green+Blue) = 88+102+206=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #5866CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5866CE is #A79931. Grayscale: #6D6D6D. Windows color (decimal): -10983730 or 13526616. OLE color: 13526616.

HSL color Cylindrical-coordinate representation of color #5866CE: hue angle of 232.88º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5866CE is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 102 206 -
CMYK 0.57 0.50 0 0.19
HSL 232.88º 0.55% 0.58% -
HSV(B) 232.88º 0.57% 0.81% -
XYZ 19.92 16.03 60.44 -
YUV 109.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 88 102 206 0.57 0.50 0 0.19 232.88 0.55 0.58
Hex 58 66 CE 39 32 0 13 E9 37 3A
Octal 130 146 316 71 62 0 23 351 67 72
Binary 1011000 1100110 11001110 111001 110010 0 10011 11101001 110111 111010

Color Harmonies of #5866CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5866CE

Black with #5866CE

Text Example


Text Example

White with #5866CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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