#5A59CC

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

Shades of Slate Blue #5A59CC

Tints of Slate Blue #5A59CC

Color information

#5A59CC (or 0x5A59CC) is unknown color: approx Slate Blue. HEX triplet: 5A, 59 and CC. RGB value is (90,89,204). Sum of RGB (Red+Green+Blue) = 90+89+204=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A59CC is #A5A633. Grayscale: #656565. Windows color (decimal): -10855988 or 13392218. OLE color: 13392218.

HSL color Cylindrical-coordinate representation of color #5A59CC: hue angle of 240.52º 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 #5A59CC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9089204-
CMYK0.560.5600.2
HSL240.52º53%57.45%-
HSV(B)240.52º56.37%80%-
XYZ18.6913.6858.78-
YUV102.41185.33119.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=23.50%
G=23.24%
B=53.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal90892040.560.5600.2240.525357.45
Hex5A59CC3838014f13539
Octal13213131470700243616571
Binary101101010110011100110011100011100001010011110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A59CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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