#5A4CCC

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

Shades of Slate Blue #5A4CCC

Tints of Slate Blue #5A4CCC

Color information

#5A4CCC (or 0x5A4CCC) is unknown color: approx Slate Blue. HEX triplet: 5A, 4C and CC. RGB value is (90,76,204). Sum of RGB (Red+Green+Blue) = 90+76+204=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A4CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4CCC is #A5B333. Grayscale: #5E5E5E. Windows color (decimal): -10859316 or 13388890. OLE color: 13388890.

HSL color Cylindrical-coordinate representation of color #5A4CCC: hue angle of 246.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A4CCC is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9076204-
CMYK0.560.6300.2
HSL246.56º55.65%54.9%-
HSV(B)246.56º62.75%80%-
XYZ17.711.758.45-
YUV94.78189.64124.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 204 (80.08% from 255) = 55.14%
R=24.32%
G=20.54%
B=55.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal90762040.560.6300.2246.5655.6554.9
Hex5A4CCC383F014f73837
Octal13211431470770243677067
Binary101101010011001100110011100011111101010011110111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,76,204); }

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

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

 a { background-color: rgb(90,76,204); }

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

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

 span { border-color: rgb(90,76,204); }

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