#5C45E0

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

Shades of Slate Blue #5C45E0

Tints of Slate Blue #5C45E0

Color information

#5C45E0 (or 0x5C45E0) is unknown color: approx Slate Blue. HEX triplet: 5C, 45 and E0. RGB value is (92,69,224). Sum of RGB (Red+Green+Blue) = 92+69+224=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #5C45E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C45E0 is #A3BA1F. Grayscale: #5C5C5C. Windows color (decimal): -10730016 or 14697820. OLE color: 14697820.

HSL color Cylindrical-coordinate representation of color #5C45E0: hue angle of 248.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C45E0 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9269224-
CMYK0.590.6900.12
HSL248.9º71.43%57.45%-
HSV(B)248.9º69.2%87.84%-
XYZ2011.9171.77-
YUV93.55201.62126.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.90%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 224 (87.89% from 255) = 58.18%
R=23.90%
G=17.92%
B=58.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal92692240.590.6900.12248.971.4357.45
Hex5C45E03B450Cf94739
Octal1341053407310501437110771
Binary1011100100010111100000111011100010101100111110011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C45E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,69,224); }

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

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

 a { background-color: rgb(92,69,224); }

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

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

 span { border-color: rgb(92,69,224); }

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