#5A51CA

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

Shades of Slate Blue #5A51CA

Tints of Slate Blue #5A51CA

Color information

#5A51CA (or 0x5A51CA) is unknown color: approx Slate Blue. HEX triplet: 5A, 51 and CA. RGB value is (90,81,202). Sum of RGB (Red+Green+Blue) = 90+81+202=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A51CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A51CA is #A5AE35. Grayscale: #616161. Windows color (decimal): -10858038 or 13259098. OLE color: 13259098.

HSL color Cylindrical-coordinate representation of color #5A51CA: hue angle of 244.46º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A51CA is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9081202-
CMYK0.550.6000.21
HSL244.46º53.3%55.49%-
HSV(B)244.46º59.9%79.22%-
XYZ17.8212.3257.32-
YUV97.48186.98122.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=24.13%
G=21.72%
B=54.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90812020.550.6000.21244.4653.355.49
Hex5A51CA373C015f43537
Octal13212131267740253646567
Binary101101010100011100101011011111110001010111110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,81,202); }

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

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

 a { background-color: rgb(90,81,202); }

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

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

 span { border-color: rgb(90,81,202); }

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