#5A52E3

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

Shades of Slate Blue #5A52E3

Tints of Slate Blue #5A52E3

Color information

#5A52E3 (or 0x5A52E3) is unknown color: approx Slate Blue. HEX triplet: 5A, 52 and E3. RGB value is (90,82,227). Sum of RGB (Red+Green+Blue) = 90+82+227=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #5A52E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A52E3 is #A5AD1C. Grayscale: #646464. Windows color (decimal): -10857757 or 14897754. OLE color: 14897754.

HSL color Cylindrical-coordinate representation of color #5A52E3: hue angle of 243.31º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A52E3 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9082227-
CMYK0.600.6400.11
HSL243.31º72.14%60.59%-
HSV(B)243.31º63.88%89.02%-
XYZ21.113.7574.22-
YUV100.92199.15120.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.56%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 227 (89.06% from 255) = 56.89%
R=22.56%
G=20.55%
B=56.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal90822270.600.6400.11243.3172.1460.59
Hex5A52E33C400Bf3483d
Octal1321223437410001336311075
Binary1011010101001011100011111100100000001011111100111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A52E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,82,227); }

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

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

 a { background-color: rgb(90,82,227); }

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

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

 span { border-color: rgb(90,82,227); }

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