#5D52C4

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

Shades of Slate Blue #5D52C4

Tints of Slate Blue #5D52C4

Color information

#5D52C4 (or 0x5D52C4) is unknown color: approx Slate Blue. HEX triplet: 5D, 52 and C4. RGB value is (93,82,196). Sum of RGB (Red+Green+Blue) = 93+82+196=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #5D52C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52C4 is #A2AD3B. Grayscale: #616161. Windows color (decimal): -10661180 or 12866141. OLE color: 12866141.

HSL color Cylindrical-coordinate representation of color #5D52C4: hue angle of 245.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D52C4 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9382196-
CMYK0.530.5800.23
HSL245.79º49.14%54.51%-
HSV(B)245.79º58.16%76.86%-
XYZ17.512.3553.69-
YUV98.28183.14124.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 196 (76.95% from 255) = 52.83%
R=25.07%
G=22.10%
B=52.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal93821960.530.5800.23245.7949.1454.51
Hex5D52C4353A017f63137
Octal13512230465720273666167
Binary101110110100101100010011010111101001011111110110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D52C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,82,196); }

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

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

 a { background-color: rgb(93,82,196); }

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

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

 span { border-color: rgb(93,82,196); }

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