#5958CF

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

Shades of Slate Blue #5958CF

Tints of Slate Blue #5958CF

Color information

#5958CF (or 0x5958CF) is unknown color: approx Slate Blue. HEX triplet: 59, 58 and CF. RGB value is (89,88,207). Sum of RGB (Red+Green+Blue) = 89+88+207=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #5958CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5958CF is #A6A730. Grayscale: #656565. Windows color (decimal): -10921777 or 13588569. OLE color: 13588569.

HSL color Cylindrical-coordinate representation of color #5958CF: hue angle of 240.5º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5958CF is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8988207-
CMYK0.570.5700.19
HSL240.5º55.35%57.84%-
HSV(B)240.5º57.49%81.18%-
XYZ18.8713.6160.66-
YUV101.86187.33118.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.18%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 207 (81.25% from 255) = 53.91%
R=23.18%
G=22.92%
B=53.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal89882070.570.5700.19240.555.3557.84
Hex5958CF3939013f1373a
Octal13113031771710233616772
Binary101100110110001100111111100111100101001111110001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5958CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5958CF; }

 p { color: rgb(89,88,207); }

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

<style>
 a { background-color: #5958CF; }

 a { background-color: rgb(89,88,207); }

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

<style>
 span { border-color: #5958CF; }

 span { border-color: rgb(89,88,207); }

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