#5E52BF

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

Shades of Slate Blue #5E52BF

Tints of Slate Blue #5E52BF

Color information

#5E52BF (or 0x5E52BF) is unknown color: approx Slate Blue. HEX triplet: 5E, 52 and BF. RGB value is (94,82,191). Sum of RGB (Red+Green+Blue) = 94+82+191=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E52BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52BF is #A1AD40. Grayscale: #616161. Windows color (decimal): -10595649 or 12538462. OLE color: 12538462.

HSL color Cylindrical-coordinate representation of color #5E52BF: hue angle of 246.61º 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 #5E52BF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9482191-
CMYK0.510.5700.25
HSL246.61º45.99%53.53%-
HSV(B)246.61º57.07%74.9%-
XYZ17.0412.1850.74-
YUV98.01180.48125.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 191 (75% from 255) = 52.04%
R=25.61%
G=22.34%
B=52.04%

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
Decimal94821910.510.5700.25246.6145.9953.53
Hex5E52BF3339019f72e36
Octal13612227763710313675666
Binary101111010100101011111111001111100101100111110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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