#5D5ACB

Color #5D5ACB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5D5ACB

Tints of Slate Blue #5D5ACB

Color information

#5D5ACB (or 0x5D5ACB) is unknown color: approx Slate Blue. HEX triplet: 5D, 5A and CB. RGB value is (93,90,203). Sum of RGB (Red+Green+Blue) = 93+90+203=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5ACB is #A2A534. Grayscale: #676767. Windows color (decimal): -10659125 or 13326941. OLE color: 13326941.

HSL color Cylindrical-coordinate representation of color #5D5ACB: hue angle of 241.59º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D5ACB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9390203-
CMYK0.540.5600.20
HSL241.59º52.07%57.45%-
HSV(B)241.59º55.67%79.61%-
XYZ18.9513.9558.19-
YUV103.78183.99120.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.09%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 203 (79.69% from 255) = 52.59%
R=24.09%
G=23.32%
B=52.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal93902030.540.5600.20241.5952.0757.45
Hex5D5ACB3638014f23439
Octal13513231366700243626471
Binary101110110110101100101111011011100001010011110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D5ACB; }

 p { color: rgb(93,90,203); }

 H1.HeaderClassName
 {
   color: #5D5ACB;
 }
 .AnyTagClassName
 {
   color: #5D5ACB;
 }
</style>
background-color css

<style>
 a { background-color: #5D5ACB; }

 a { background-color: rgb(93,90,203); }

 div.DivClassName
 {
   background-color: #5D5ACB;
 }
 .BgClassName
 {
   background-color: #5D5ACB;
 }
</style>
border-color css

<style>
 span { border-color: #5D5ACB; }

 span { border-color: rgb(93,90,203); }

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