#5A4DCB

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

Shades of Slate Blue #5A4DCB

Tints of Slate Blue #5A4DCB

Color information

#5A4DCB (or 0x5A4DCB) is unknown color: approx Slate Blue. HEX triplet: 5A, 4D and CB. RGB value is (90,77,203). Sum of RGB (Red+Green+Blue) = 90+77+203=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A4DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DCB is #A5B234. Grayscale: #5E5E5E. Windows color (decimal): -10859061 or 13323610. OLE color: 13323610.

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

Color convert

RGB9077203-
CMYK0.560.6200.20
HSL246.19º54.78%54.9%-
HSV(B)246.19º62.07%79.61%-
XYZ17.6511.7957.85-
YUV95.25188.81124.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 203 (79.69% from 255) = 54.86%
R=24.32%
G=20.81%
B=54.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal90772030.560.6200.20246.1954.7854.9
Hex5A4DCB383E014f63737
Octal13211531370760243666767
Binary101101010011011100101111100011111001010011110110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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