#5C57C0

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

Shades of Slate Blue #5C57C0

Tints of Slate Blue #5C57C0

Color information

#5C57C0 (or 0x5C57C0) is unknown color: approx Slate Blue. HEX triplet: 5C, 57 and C0. RGB value is (92,87,192). Sum of RGB (Red+Green+Blue) = 92+87+192=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #5C57C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C57C0 is #A3A83F. Grayscale: #646464. Windows color (decimal): -10725440 or 12605276. OLE color: 12605276.

HSL color Cylindrical-coordinate representation of color #5C57C0: hue angle of 242.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C57C0 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9287192-
CMYK0.520.5500.25
HSL242.86º45.45%54.71%-
HSV(B)242.86º54.69%75.29%-
XYZ17.3412.951.44-
YUV100.46179.66121.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 192 (75.39% from 255) = 51.75%
R=24.80%
G=23.45%
B=51.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92871920.520.5500.25242.8645.4554.71
Hex5C57C03437019f32d37
Octal13412730064670313635567
Binary101110010101111100000011010011011101100111110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C57C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,87,192); }

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

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

 a { background-color: rgb(92,87,192); }

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

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

 span { border-color: rgb(92,87,192); }

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