#5A5FA5

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

Shades of Rich Blue #5A5FA5

Tints of Rich Blue #5A5FA5

Color information

#5A5FA5 (or 0x5A5FA5) is unknown color: approx Rich Blue. HEX triplet: 5A, 5F and A5. RGB value is (90,95,165). Sum of RGB (Red+Green+Blue) = 90+95+165=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 165 - color contains mainly: blue. Hex color #5A5FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5FA5 is #A5A05A. Grayscale: #656565. Windows color (decimal): -10854491 or 10837850. OLE color: 10837850.

HSL color Cylindrical-coordinate representation of color #5A5FA5: hue angle of 236º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A5FA5 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9095165-
CMYK0.450.4200.35
HSL236º29.41%50%-
HSV(B)236º45.45%64.71%-
XYZ15.113.0737.33-
YUV101.48163.84119.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.71%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 165 (64.84% from 255) = 47.14%
R=25.71%
G=27.14%
B=47.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90951650.450.4200.3523629.4150
Hex5A5FA52D2A023ec1d32
Octal13213724555520433543562
Binary101101010111111010010110110110101001000111110110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,95,165); }

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

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

 a { background-color: rgb(90,95,165); }

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

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

 span { border-color: rgb(90,95,165); }

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