#5A55DC

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

Shades of Slate Blue #5A55DC

Tints of Slate Blue #5A55DC

Color information

#5A55DC (or 0x5A55DC) is unknown color: approx Slate Blue. HEX triplet: 5A, 55 and DC. RGB value is (90,85,220). Sum of RGB (Red+Green+Blue) = 90+85+220=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A55DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A55DC is #A5AA23. Grayscale: #656565. Windows color (decimal): -10856996 or 14439770. OLE color: 14439770.

HSL color Cylindrical-coordinate representation of color #5A55DC: hue angle of 242.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A55DC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9085220-
CMYK0.590.6100.14
HSL242.22º65.85%59.8%-
HSV(B)242.22º61.36%86.27%-
XYZ20.3813.8469.31-
YUV101.88194.66119.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.78%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 220 (86.33% from 255) = 55.70%
R=22.78%
G=21.52%
B=55.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90852200.590.6100.14242.2265.8559.8
Hex5A55DC3B3D0Ef2423c
Octal132125334737501636210274
Binary101101010101011101110011101111110101110111100101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A55DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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