#5A55AB

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

Shades of Rich Blue #5A55AB

Tints of Rich Blue #5A55AB

Color information

#5A55AB (or 0x5A55AB) is unknown color: approx Rich Blue. HEX triplet: 5A, 55 and AB. RGB value is (90,85,171). Sum of RGB (Red+Green+Blue) = 90+85+171=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A55AB is #A5AA54. Grayscale: #5F5F5F. Windows color (decimal): -10857045 or 11228506. OLE color: 11228506.

HSL color Cylindrical-coordinate representation of color #5A55AB: hue angle of 243.49º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A55AB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9085171-
CMYK0.470.5000.33
HSL243.49º33.86%50.2%-
HSV(B)243.49º50.29%67.06%-
XYZ14.8211.6139.99-
YUV96.3170.16123.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=26.01%
G=24.57%
B=49.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90851710.470.5000.33243.4933.8650.2
Hex5A55AB2F32021f32232
Octal13212525357620413634262
Binary1011010101010110101011101111110010010000111110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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