#5C59C1

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

Shades of Slate Blue #5C59C1

Tints of Slate Blue #5C59C1

Color information

#5C59C1 (or 0x5C59C1) is unknown color: approx Slate Blue. HEX triplet: 5C, 59 and C1. RGB value is (92,89,193). Sum of RGB (Red+Green+Blue) = 92+89+193=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C59C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C59C1 is #A3A63E. Grayscale: #656565. Windows color (decimal): -10724927 or 12671324. OLE color: 12671324.

HSL color Cylindrical-coordinate representation of color #5C59C1: hue angle of 241.73º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C59C1 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9289193-
CMYK0.520.5400.24
HSL241.73º45.61%55.29%-
HSV(B)241.73º53.89%75.69%-
XYZ17.6113.2752.09-
YUV101.75179.49121.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.60%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 193 (75.78% from 255) = 51.60%
R=24.60%
G=23.80%
B=51.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92891930.520.5400.24241.7345.6155.29
Hex5C59C13436018f22e37
Octal13413130164660303625667
Binary101110010110011100000111010011011001100011110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,89,193); }

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

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

 a { background-color: rgb(92,89,193); }

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

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

 span { border-color: rgb(92,89,193); }

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