#5A55D5

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

Shades of Slate Blue #5A55D5

Tints of Slate Blue #5A55D5

Color information

#5A55D5 (or 0x5A55D5) is unknown color: approx Slate Blue. HEX triplet: 5A, 55 and D5. RGB value is (90,85,213). Sum of RGB (Red+Green+Blue) = 90+85+213=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #5A55D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A55D5 is #A5AA2A. Grayscale: #646464. Windows color (decimal): -10857003 or 13981018. OLE color: 13981018.

HSL color Cylindrical-coordinate representation of color #5A55D5: hue angle of 242.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A55D5 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9085213-
CMYK0.580.6000.16
HSL242.34º60.38%58.43%-
HSV(B)242.34º60.09%83.53%-
XYZ19.4813.4764.53-
YUV101.09191.16120.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.20%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 213 (83.59% from 255) = 54.90%
R=23.20%
G=21.91%
B=54.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90852130.580.6000.16242.3460.3858.43
Hex5A55D53A3C010f23c3a
Octal13212532572740203627472
Binary101101010101011101010111101011110001000011110010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A55D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,213); }

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

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

 a { background-color: rgb(90,85,213); }

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

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

 span { border-color: rgb(90,85,213); }

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