#595EAD

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

Shades of Rich Blue #595EAD

Tints of Rich Blue #595EAD

Color information

#595EAD (or 0x595EAD) is unknown color: approx Rich Blue. HEX triplet: 59, 5E and AD. RGB value is (89,94,173). Sum of RGB (Red+Green+Blue) = 89+94+173=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #595EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595EAD is #A6A152. Grayscale: #656565. Windows color (decimal): -10920275 or 11361881. OLE color: 11361881.

HSL color Cylindrical-coordinate representation of color #595EAD: hue angle of 236.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595EAD is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8994173-
CMYK0.490.4600.32
HSL236.43º33.87%51.37%-
HSV(B)236.43º48.55%67.84%-
XYZ15.6713.1541.25-
YUV101.51168.34119.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=25%
G=26.40%
B=48.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89941730.490.4600.32236.4333.8751.37
Hex595EAD312E020ec2233
Octal13113625561560403544263
Binary1011001101111010101101110001101110010000011101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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