#5C52CD

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

Shades of Slate Blue #5C52CD

Tints of Slate Blue #5C52CD

Color information

#5C52CD (or 0x5C52CD) is unknown color: approx Slate Blue. HEX triplet: 5C, 52 and CD. RGB value is (92,82,205). Sum of RGB (Red+Green+Blue) = 92+82+205=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C52CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C52CD is #A3AD32. Grayscale: #626262. Windows color (decimal): -10726707 or 13455964. OLE color: 13455964.

HSL color Cylindrical-coordinate representation of color #5C52CD: hue angle of 244.88º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C52CD is Cyan = 0.55, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9282205-
CMYK0.550.600.20
HSL244.88º55.16%56.27%-
HSV(B)244.88º60%80.39%-
XYZ18.4512.7259.24-
YUV99.01187.81123-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.27%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 205 (80.47% from 255) = 54.09%
R=24.27%
G=21.64%
B=54.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92822050.550.600.20244.8855.1656.27
Hex5C52CD373C014f53738
Octal13412231567740243656770
Binary101110010100101100110111011111110001010011110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,82,205); }

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

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

 a { background-color: rgb(92,82,205); }

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

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

 span { border-color: rgb(92,82,205); }

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