#5D51CC

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

Shades of Slate Blue #5D51CC

Tints of Slate Blue #5D51CC

Color information

#5D51CC (or 0x5D51CC) is unknown color: approx Slate Blue. HEX triplet: 5D, 51 and CC. RGB value is (93,81,204). Sum of RGB (Red+Green+Blue) = 93+81+204=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D51CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D51CC is #A2AE33. Grayscale: #626262. Windows color (decimal): -10661428 or 13390173. OLE color: 13390173.

HSL color Cylindrical-coordinate representation of color #5D51CC: hue angle of 245.85º 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 #5D51CC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9381204-
CMYK0.540.6000.2
HSL245.85º54.67%55.88%-
HSV(B)245.85º60.29%80%-
XYZ18.3612.5758.59-
YUV98.61187.48124-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.60%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=24.60%
G=21.43%
B=53.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal93812040.540.6000.2245.8554.6755.88
Hex5D51CC363C014f63738
Octal13512131466740243666770
Binary101110110100011100110011011011110001010011110110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D51CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,81,204); }

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

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

 a { background-color: rgb(93,81,204); }

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

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

 span { border-color: rgb(93,81,204); }

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