#595FA5

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

Shades of Rich Blue #595FA5

Tints of Rich Blue #595FA5

Color information

#595FA5 (or 0x595FA5) is unknown color: approx Rich Blue. HEX triplet: 59, 5F and A5. RGB value is (89,95,165). Sum of RGB (Red+Green+Blue) = 89+95+165=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 95 (37.5% from 255 or 27.22% 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 #595FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595FA5 is #A6A05A. Grayscale: #646464. Windows color (decimal): -10920027 or 10837849. OLE color: 10837849.

HSL color Cylindrical-coordinate representation of color #595FA5: hue angle of 235.26º 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 #595FA5 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8995165-
CMYK0.460.4200.35
HSL235.26º29.92%49.8%-
HSV(B)235.26º46.06%64.71%-
XYZ1513.0237.32-
YUV101.19164.01119.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89951650.460.4200.35235.2629.9249.8
Hex595FA52E2A023eb1e32
Octal13113724556520433533662
Binary101100110111111010010110111010101001000111110101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595FA5; }

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

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

<style>
 a { background-color: #595FA5; }

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

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

<style>
 span { border-color: #595FA5; }

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

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