#594CB4

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

Shades of Rich Blue #594CB4

Tints of Rich Blue #594CB4

Color information

#594CB4 (or 0x594CB4) is unknown color: approx Rich Blue. HEX triplet: 59, 4C and B4. RGB value is (89,76,180). Sum of RGB (Red+Green+Blue) = 89+76+180=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #594CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CB4 is #A6B34B. Grayscale: #5B5B5B. Windows color (decimal): -10924876 or 11816025. OLE color: 11816025.

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

Color convert

RGB8976180-
CMYK0.510.5800.29
HSL247.5º40.94%50.2%-
HSV(B)247.5º57.78%70.59%-
XYZ14.9410.5944.44-
YUV91.74177.81126.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 180 (70.70% from 255) = 52.17%
R=25.80%
G=22.03%
B=52.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89761800.510.5800.29247.540.9450.2
Hex594CB4333A01Df82932
Octal13111426463720353705162
Binary101100110011001011010011001111101001110111111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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