#5951DB

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

Shades of Slate Blue #5951DB

Tints of Slate Blue #5951DB

Color information

#5951DB (or 0x5951DB) is unknown color: approx Slate Blue. HEX triplet: 59, 51 and DB. RGB value is (89,81,219). Sum of RGB (Red+Green+Blue) = 89+81+219=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #5951DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5951DB is #A6AE24. Grayscale: #626262. Windows color (decimal): -10923557 or 14373209. OLE color: 14373209.

HSL color Cylindrical-coordinate representation of color #5951DB: hue angle of 243.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5951DB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8981219-
CMYK0.590.6300.14
HSL243.48º65.71%58.82%-
HSV(B)243.48º63.01%85.88%-
XYZ19.8513.1268.5-
YUV99.12195.65120.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 219 (85.94% from 255) = 56.30%
R=22.88%
G=20.82%
B=56.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal89812190.590.6300.14243.4865.7158.82
Hex5951DB3B3F0Ef3423b
Octal131121333737701636310273
Binary101100110100011101101111101111111101110111100111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5951DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5951DB; }

 p { color: rgb(89,81,219); }

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

<style>
 a { background-color: #5951DB; }

 a { background-color: rgb(89,81,219); }

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

<style>
 span { border-color: #5951DB; }

 span { border-color: rgb(89,81,219); }

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