#5A44CE

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

Shades of Slate Blue #5A44CE

Tints of Slate Blue #5A44CE

Color information

#5A44CE (or 0x5A44CE) is unknown color: approx Slate Blue. HEX triplet: 5A, 44 and CE. RGB value is (90,68,206). Sum of RGB (Red+Green+Blue) = 90+68+206=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A44CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A44CE is #A5BB31. Grayscale: #595959. Windows color (decimal): -10861362 or 13517914. OLE color: 13517914.

HSL color Cylindrical-coordinate representation of color #5A44CE: hue angle of 249.57º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A44CE is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9068206-
CMYK0.560.6700.19
HSL249.57º58.47%53.73%-
HSV(B)249.57º66.99%80.78%-
XYZ17.4210.7659.55-
YUV90.31193.29127.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 206 (80.86% from 255) = 56.59%
R=24.73%
G=18.68%
B=56.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal90682060.560.6700.19249.5758.4753.73
Hex5A44CE3843013fa3a36
Octal132104316701030233727266
Binary1011010100010011001110111000100001101001111111010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A44CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,68,206); }

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

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

 a { background-color: rgb(90,68,206); }

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

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

 span { border-color: rgb(90,68,206); }

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