#5C50C0

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

Shades of Slate Blue #5C50C0

Tints of Slate Blue #5C50C0

Color information

#5C50C0 (or 0x5C50C0) is unknown color: approx Slate Blue. HEX triplet: 5C, 50 and C0. RGB value is (92,80,192). Sum of RGB (Red+Green+Blue) = 92+80+192=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #5C50C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C50C0 is #A3AF3F. Grayscale: #5F5F5F. Windows color (decimal): -10727232 or 12603484. OLE color: 12603484.

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

Color convert

RGB9280192-
CMYK0.520.5800.25
HSL246.43º47.06%53.33%-
HSV(B)246.43º58.33%75.29%-
XYZ16.811.8251.27-
YUV96.36181.98124.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.27%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=25.27%
G=21.98%
B=52.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92801920.520.5800.25246.4347.0653.33
Hex5C50C0343A019f62f35
Octal13412030064720313665765
Binary101110010100001100000011010011101001100111110110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C50C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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