#594DA8

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

Shades of Rich Blue #594DA8

Tints of Rich Blue #594DA8

Color information

#594DA8 (or 0x594DA8) is unknown color: approx Rich Blue. HEX triplet: 59, 4D and A8. RGB value is (89,77,168). Sum of RGB (Red+Green+Blue) = 89+77+168=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 168 (66.02% from 255 or 50.30% from 334); Max value from RGB is 168 - color contains mainly: blue. Hex color #594DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594DA8 is #A6B257. Grayscale: #5A5A5A. Windows color (decimal): -10924632 or 11029849. OLE color: 11029849.

HSL color Cylindrical-coordinate representation of color #594DA8: hue angle of 247.91º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #594DA8 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8977168-
CMYK0.470.5400.34
HSL247.91º37.14%48.04%-
HSV(B)247.91º54.17%65.88%-
XYZ13.8410.2638.3-
YUV90.96171.48126.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 168 (66.02% from 255) = 50.30%
R=26.65%
G=23.05%
B=50.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal89771680.470.5400.34247.9137.1448.04
Hex594DA82F36022f82530
Octal13111525057660423704560
Binary1011001100110110101000101111110110010001011111000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594DA8; }

 p { color: rgb(89,77,168); }

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

<style>
 a { background-color: #594DA8; }

 a { background-color: rgb(89,77,168); }

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

<style>
 span { border-color: #594DA8; }

 span { border-color: rgb(89,77,168); }

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