#5D52BF

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

Shades of Slate Blue #5D52BF

Tints of Slate Blue #5D52BF

Color information

#5D52BF (or 0x5D52BF) is unknown color: approx Slate Blue. HEX triplet: 5D, 52 and BF. RGB value is (93,82,191). Sum of RGB (Red+Green+Blue) = 93+82+191=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D52BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52BF is #A2AD40. Grayscale: #616161. Windows color (decimal): -10661185 or 12538461. OLE color: 12538461.

HSL color Cylindrical-coordinate representation of color #5D52BF: hue angle of 246.06º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D52BF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9382191-
CMYK0.510.5700.25
HSL246.06º45.99%53.53%-
HSV(B)246.06º57.07%74.9%-
XYZ16.9412.1250.74-
YUV97.72180.64124.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.41%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 191 (75% from 255) = 52.19%
R=25.41%
G=22.40%
B=52.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93821910.510.5700.25246.0645.9953.53
Hex5D52BF3339019f62e36
Octal13512227763710313665666
Binary101110110100101011111111001111100101100111110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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