#594EB4

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

Shades of Rich Blue #594EB4

Tints of Rich Blue #594EB4

Color information

#594EB4 (or 0x594EB4) is unknown color: approx Rich Blue. HEX triplet: 59, 4E and B4. RGB value is (89,78,180). Sum of RGB (Red+Green+Blue) = 89+78+180=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #594EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EB4 is #A6B14B. Grayscale: #5C5C5C. Windows color (decimal): -10924364 or 11816537. OLE color: 11816537.

HSL color Cylindrical-coordinate representation of color #594EB4: hue angle of 246.47º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #594EB4 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8978180-
CMYK0.510.5700.29
HSL246.47º40.48%50.59%-
HSV(B)246.47º56.67%70.59%-
XYZ15.0810.8744.48-
YUV92.92177.14125.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=25.65%
G=22.48%
B=51.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89781800.510.5700.29246.4740.4850.59
Hex594EB4333901Df62833
Octal13111626463710353665063
Binary101100110011101011010011001111100101110111110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,78,180); }

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

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

 a { background-color: rgb(89,78,180); }

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

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

 span { border-color: rgb(89,78,180); }

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