Html Css Color HEX #5655CE Slate Blue

📋 copy color: '#5655CE'

red 86 ◦ green 85 ◦ blue 206

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

Shades of Slate Blue #5655CE

Tints of Slate Blue #5655CE

RGB

 RED value IS 86 (33.98% from 255) = 22.81%

 GREEN value IS 85 (33.59% from 255) = 22.55%

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

R = 22.81%
G = 22.55%
B = 54.64%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5655CE (or 0x5655CE) is known color: Slate Blue. HEX triplet: 56, 55 and CE. RGB value is (86,85,206). Sum of RGB (Red+Green+Blue) = 86+85+206=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5655CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655CE is #A9AA31. Grayscale: #626262. Windows color (decimal): -11119154 or 13522262. OLE color: 13522262.

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

Color convert

RGB 86 85 206 -
CMYK 0.58 0.59 0 0.19
HSL 240.5º 0.55% 0.57% -
HSV(B) 240.5º 0.59% 0.81% -
XYZ 18.23 12.93 59.93 -
YUV 99.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 86 85 206 0.58 0.59 0 0.19 240.5 0.55 0.57
Hex 56 55 CE 3A 3B 0 13 F0 37 39
Octal 126 125 316 72 73 0 23 360 67 71
Binary 1010110 1010101 11001110 111010 111011 0 10011 11110000 110111 111001

Color Harmonies of #5655CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655CE

Black with #5655CE

Text Example


Text Example

White with #5655CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,85,206); }

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

background-color css

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

 a { background-color: rgb(86,85,206); }

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

border-color css

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

 span { border-color: rgb(86,85,206); }

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