#5A58A4

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

Shades of Rich Blue #5A58A4

Tints of Rich Blue #5A58A4

Color information

#5A58A4 (or 0x5A58A4) is unknown color: approx Rich Blue. HEX triplet: 5A, 58 and A4. RGB value is (90,88,164). Sum of RGB (Red+Green+Blue) = 90+88+164=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A58A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A58A4 is #A5A75B. Grayscale: #606060. Windows color (decimal): -10856284 or 10770522. OLE color: 10770522.

HSL color Cylindrical-coordinate representation of color #5A58A4: hue angle of 241.58º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A58A4 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9088164-
CMYK0.450.4600.36
HSL241.58º30.16%49.41%-
HSV(B)241.58º46.34%64.31%-
XYZ14.4111.8336.65-
YUV97.26165.66122.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.32%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 164 (64.45% from 255) = 47.95%
R=26.32%
G=25.73%
B=47.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90881640.450.4600.36241.5830.1649.41
Hex5A58A42D2E024f21e31
Octal13213024455560443623661
Binary101101010110001010010010110110111001001001111001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A58A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,88,164); }

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

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

 a { background-color: rgb(90,88,164); }

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

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

 span { border-color: rgb(90,88,164); }

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