Html Css Color HEX #5655CD Slate Blue

📋 copy color: '#5655CD'

red 86 ◦ green 85 ◦ blue 205

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

Shades of Slate Blue #5655CD

Tints of Slate Blue #5655CD

RGB

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

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

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

R = 22.87%
G = 22.61%
B = 54.52%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5655CD (or 0x5655CD) is known color: Slate Blue. HEX triplet: 56, 55 and CD. RGB value is (86,85,205). Sum of RGB (Red+Green+Blue) = 86+85+205=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #5655CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655CD is #A9AA32. Grayscale: #626262. Windows color (decimal): -11119155 or 13456726. OLE color: 13456726.

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

Color convert

RGB 86 85 205 -
CMYK 0.58 0.59 0 0.20
HSL 240.5º 0.55% 0.57% -
HSV(B) 240.5º 0.59% 0.8% -
XYZ 18.11 12.88 59.29 -
YUV 98.98 187.83 118.74 -
System Red Green Blue C M Y K H S L
Decimal 86 85 205 0.58 0.59 0 0.20 240.5 0.55 0.57
Hex 56 55 CD 3A 3B 0 14 F0 37 39
Octal 126 125 315 72 73 0 24 360 67 71
Binary 1010110 1010101 11001101 111010 111011 0 10100 11110000 110111 111001

Color Harmonies of #5655CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655CD

Black with #5655CD

Text Example


Text Example

White with #5655CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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