#5951C4

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

Shades of Slate Blue #5951C4

Tints of Slate Blue #5951C4

Color information

#5951C4 (or 0x5951C4) is unknown color: approx Slate Blue. HEX triplet: 59, 51 and C4. RGB value is (89,81,196). Sum of RGB (Red+Green+Blue) = 89+81+196=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #5951C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5951C4 is #A6AE3B. Grayscale: #606060. Windows color (decimal): -10923580 or 12865881. OLE color: 12865881.

HSL color Cylindrical-coordinate representation of color #5951C4: hue angle of 244.17º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5951C4 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8981196-
CMYK0.550.5900.23
HSL244.17º49.36%54.31%-
HSV(B)244.17º58.67%76.86%-
XYZ17.0311.9953.64-
YUV96.5184.15122.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 196 (76.95% from 255) = 53.55%
R=24.32%
G=22.13%
B=53.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal89811960.550.5900.23244.1749.3654.31
Hex5951C4373B017f43136
Octal13112130467730273646166
Binary101100110100011100010011011111101101011111110100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5951C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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