#595BA7

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

Shades of Rich Blue #595BA7

Tints of Rich Blue #595BA7

Color information

#595BA7 (or 0x595BA7) is unknown color: approx Rich Blue. HEX triplet: 59, 5B and A7. RGB value is (89,91,167). Sum of RGB (Red+Green+Blue) = 89+91+167=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #595BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BA7 is #A6A458. Grayscale: #626262. Windows color (decimal): -10921049 or 10967897. OLE color: 10967897.

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

Color convert

RGB8991167-
CMYK0.470.4600.35
HSL238.46º30.71%50.2%-
HSV(B)238.46º46.71%65.49%-
XYZ14.8412.438.17-
YUV99.07166.34120.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 167 (65.62% from 255) = 48.13%
R=25.65%
G=26.22%
B=48.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89911670.470.4600.35238.4630.7150.2
Hex595BA72F2E023ee1f32
Octal13113324757560433563762
Binary101100110110111010011110111110111001000111110111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,91,167); }

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

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

 a { background-color: rgb(89,91,167); }

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

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

 span { border-color: rgb(89,91,167); }

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