#5A42DB

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

Shades of Slate Blue #5A42DB

Tints of Slate Blue #5A42DB

Color information

#5A42DB (or 0x5A42DB) is unknown color: approx Slate Blue. HEX triplet: 5A, 42 and DB. RGB value is (90,66,219). Sum of RGB (Red+Green+Blue) = 90+66+219=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A42DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A42DB is #A5BD24. Grayscale: #5A5A5A. Windows color (decimal): -10861861 or 14369370. OLE color: 14369370.

HSL color Cylindrical-coordinate representation of color #5A42DB: hue angle of 249.41º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A42DB is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9066219-
CMYK0.590.7000.14
HSL249.41º68%55.88%-
HSV(B)249.41º69.86%85.88%-
XYZ18.9511.1868.18-
YUV90.62200.45127.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 219 (85.94% from 255) = 58.4%
R=24%
G=17.6%
B=58.4%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90662190.590.7000.14249.416855.88
Hex5A42DB3B460Ef94438
Octal1321023337310601637110470
Binary1011010100001011011011111011100011001110111110011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A42DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,66,219); }

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

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

 a { background-color: rgb(90,66,219); }

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

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

 span { border-color: rgb(90,66,219); }

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