Html Css Color HEX #5655DE Slate Blue

📋 copy color: '#5655DE'

red 86 ◦ green 85 ◦ blue 222

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

Shades of Slate Blue #5655DE

Tints of Slate Blue #5655DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.49%

R = 21.88%
G = 21.63%
B = 56.49%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5655DE (or 0x5655DE) is known color: Slate Blue. HEX triplet: 56, 55 and DE. RGB value is (86,85,222). Sum of RGB (Red+Green+Blue) = 86+85+222=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #5655DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655DE is #A9AA21. Grayscale: #646464. Windows color (decimal): -11119138 or 14570838. OLE color: 14570838.

HSL color Cylindrical-coordinate representation of color #5655DE: hue angle of 240.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5655DE is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 85 222 -
CMYK 0.61 0.62 0 0.13
HSL 240.44º 0.67% 0.6% -
HSV(B) 240.44º 0.62% 0.87% -
XYZ 20.27 13.75 70.69 -
YUV 100.92 196.33 117.36 -
System Red Green Blue C M Y K H S L
Decimal 86 85 222 0.61 0.62 0 0.13 240.44 0.67 0.6
Hex 56 55 DE 3D 3E 0 D F0 43 3C
Octal 126 125 336 75 76 0 15 360 103 74
Binary 1010110 1010101 11011110 111101 111110 0 1101 11110000 1000011 111100

Color Harmonies of #5655DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655DE

Black with #5655DE

Text Example


Text Example

White with #5655DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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