#5F59CC

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

Shades of Slate Blue #5F59CC

Tints of Slate Blue #5F59CC

Color information

#5F59CC (or 0x5F59CC) is unknown color: approx Slate Blue. HEX triplet: 5F, 59 and CC. RGB value is (95,89,204). Sum of RGB (Red+Green+Blue) = 95+89+204=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59CC is #A0A633. Grayscale: #676767. Windows color (decimal): -10528308 or 13392223. OLE color: 13392223.

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

Color convert

RGB9589204-
CMYK0.530.5600.2
HSL243.13º53%57.45%-
HSV(B)243.13º56.37%80%-
XYZ19.1913.9458.81-
YUV103.9184.49121.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=24.48%
G=22.94%
B=52.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal95892040.530.5600.2243.135357.45
Hex5F59CC3538014f33539
Octal13713131465700243636571
Binary101111110110011100110011010111100001010011110011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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