#5951DD

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

Shades of Slate Blue #5951DD

Tints of Slate Blue #5951DD

Color information

#5951DD (or 0x5951DD) is unknown color: approx Slate Blue. HEX triplet: 59, 51 and DD. RGB value is (89,81,221). Sum of RGB (Red+Green+Blue) = 89+81+221=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #5951DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5951DD is #A6AE22. Grayscale: #626262. Windows color (decimal): -10923555 or 14504281. OLE color: 14504281.

HSL color Cylindrical-coordinate representation of color #5951DD: hue angle of 243.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5951DD is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8981221-
CMYK0.600.6300.13
HSL243.43º67.31%59.22%-
HSV(B)243.43º63.35%86.67%-
XYZ20.1113.2369.9-
YUV99.35196.65120.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=22.76%
G=20.72%
B=56.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89812210.600.6300.13243.4367.3159.22
Hex5951DD3C3F0Df3433b
Octal131121335747701536310373
Binary101100110100011101110111110011111101101111100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5951DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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