#595EA4

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

Shades of Rich Blue #595EA4

Tints of Rich Blue #595EA4

Color information

#595EA4 (or 0x595EA4) is unknown color: approx Rich Blue. HEX triplet: 59, 5E and A4. RGB value is (89,94,164). Sum of RGB (Red+Green+Blue) = 89+94+164=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #595EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595EA4 is #A6A15B. Grayscale: #646464. Windows color (decimal): -10920284 or 10772057. OLE color: 10772057.

HSL color Cylindrical-coordinate representation of color #595EA4: hue angle of 236º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595EA4 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8994164-
CMYK0.460.4300.36
HSL236º29.64%49.61%-
HSV(B)236º45.73%64.31%-
XYZ14.8212.8136.81-
YUV100.48163.84119.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 164 (64.45% from 255) = 47.26%
R=25.65%
G=27.09%
B=47.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89941640.460.4300.3623629.6449.61
Hex595EA42E2B024ec1e32
Octal13113624456530443543662
Binary101100110111101010010010111010101101001001110110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,94,164); }

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

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

 a { background-color: rgb(89,94,164); }

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

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

 span { border-color: rgb(89,94,164); }

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