#5942D7

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

Shades of Slate Blue #5942D7

Tints of Slate Blue #5942D7

Color information

#5942D7 (or 0x5942D7) is unknown color: approx Slate Blue. HEX triplet: 59, 42 and D7. RGB value is (89,66,215). Sum of RGB (Red+Green+Blue) = 89+66+215=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #5942D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5942D7 is #A6BD28. Grayscale: #595959. Windows color (decimal): -10927401 or 14107225. OLE color: 14107225.

HSL color Cylindrical-coordinate representation of color #5942D7: hue angle of 249.26º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5942D7 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8966215-
CMYK0.590.6900.16
HSL249.26º65.07%55.1%-
HSV(B)249.26º69.3%84.31%-
XYZ18.3310.9365.43-
YUV89.86198.62127.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.05%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 215 (84.38% from 255) = 58.11%
R=24.05%
G=17.84%
B=58.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal89662150.590.6900.16249.2665.0755.1
Hex5942D73B45010f94137
Octal1311023277310502037110167
Binary10110011000010110101111110111000101010000111110011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5942D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5942D7; }

 p { color: rgb(89,66,215); }

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

<style>
 a { background-color: #5942D7; }

 a { background-color: rgb(89,66,215); }

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

<style>
 span { border-color: #5942D7; }

 span { border-color: rgb(89,66,215); }

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