#5f59aa

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

Shades of Rich Blue #5F59AA

Tints of Rich Blue #5F59AA

Color information

#5F59AA (or 0x5F59AA) is unknown color: approx Rich Blue. HEX triplet: 5F, 59 and AA. RGB value is (95,89,170). Sum of RGB (Red+Green+Blue) = 95+89+170=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F59AA is #A0A655. Grayscale: #636363. Windows color (decimal): -10528342 or 11163999. OLE color: 11163999.

HSL color Cylindrical-coordinate representation of color #5F59AA: hue angle of 244.44º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F59AA is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9589170-
CMYK0.440.4800.33
HSL244.44º32.27%50.78%-
HSV(B)244.44º47.65%66.67%-
XYZ15.5512.4839.62-
YUV100.03167.49124.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=26.84%
G=25.14%
B=48.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95891700.440.4800.33244.4432.2750.78
Hex5F59AA2C30021f42033
Octal13713125254600413644063
Binary1011111101100110101010101100110000010000111110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f59aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,170); }

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

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

 a { background-color: rgb(95,89,170); }

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

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

 span { border-color: rgb(95,89,170); }

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