#594DA4

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

Shades of Rich Blue #594DA4

Tints of Rich Blue #594DA4

Color information

#594DA4 (or 0x594DA4) is unknown color: approx Rich Blue. HEX triplet: 59, 4D and A4. RGB value is (89,77,164). Sum of RGB (Red+Green+Blue) = 89+77+164=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #594DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594DA4 is #A6B25B. Grayscale: #5A5A5A. Windows color (decimal): -10924636 or 10767705. OLE color: 10767705.

HSL color Cylindrical-coordinate representation of color #594DA4: hue angle of 248.28º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #594DA4 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8977164-
CMYK0.460.5300.36
HSL248.28º36.1%47.25%-
HSV(B)248.28º53.05%64.31%-
XYZ13.4710.1136.36-
YUV90.51169.48126.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.97%
GREEN value IS 77 (30.47% from 255) = 23.33%
BLUE value IS 164 (64.45% from 255) = 49.70%
R=26.97%
G=23.33%
B=49.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89771640.460.5300.36248.2836.147.25
Hex594DA42E35024f8242f
Octal13111524456650443704457
Binary1011001100110110100100101110110101010010011111000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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