#5F59A5

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

Shades of Rich Blue #5F59A5

Tints of Rich Blue #5F59A5

Color information

#5F59A5 (or 0x5F59A5) is unknown color: approx Rich Blue. HEX triplet: 5F, 59 and A5. RGB value is (95,89,165). Sum of RGB (Red+Green+Blue) = 95+89+165=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #5F59A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F59A5 is #A0A65A. Grayscale: #636363. Windows color (decimal): -10528347 or 10836319. OLE color: 10836319.

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

Color convert

RGB9589165-
CMYK0.420.4600.35
HSL244.74º29.92%49.8%-
HSV(B)244.74º46.06%64.71%-
XYZ15.0812.2937.18-
YUV99.46164.99124.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 165 (64.84% from 255) = 47.28%
R=27.22%
G=25.50%
B=47.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95891650.420.4600.35244.7429.9249.8
Hex5F59A52A2E023f51e32
Octal13713124552560433653662
Binary101111110110011010010110101010111001000111111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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