#5F59CD

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

Shades of Slate Blue #5F59CD

Tints of Slate Blue #5F59CD

Color information

#5F59CD (or 0x5F59CD) is unknown color: approx Slate Blue. HEX triplet: 5F, 59 and CD. RGB value is (95,89,205). Sum of RGB (Red+Green+Blue) = 95+89+205=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F59CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59CD is #A0A632. Grayscale: #676767. Windows color (decimal): -10528307 or 13457759. OLE color: 13457759.

HSL color Cylindrical-coordinate representation of color #5F59CD: hue angle of 243.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F59CD is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9589205-
CMYK0.540.5700.20
HSL243.1º53.7%57.65%-
HSV(B)243.1º56.59%80.39%-
XYZ19.3113.9959.44-
YUV104.02184.99121.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 205 (80.47% from 255) = 52.70%
R=24.42%
G=22.88%
B=52.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95892050.540.5700.20243.153.757.65
Hex5F59CD3639014f3363a
Octal13713131566710243636672
Binary101111110110011100110111011011100101010011110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F59CD; }

 p { color: rgb(95,89,205); }

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

<style>
 a { background-color: #5F59CD; }

 a { background-color: rgb(95,89,205); }

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

<style>
 span { border-color: #5F59CD; }

 span { border-color: rgb(95,89,205); }

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