#594CAF

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

Shades of Rich Blue #594CAF

Tints of Rich Blue #594CAF

Color information

#594CAF (or 0x594CAF) is unknown color: approx Rich Blue. HEX triplet: 59, 4C and AF. RGB value is (89,76,175). Sum of RGB (Red+Green+Blue) = 89+76+175=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #594CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594CAF is #A6B350. Grayscale: #5A5A5A. Windows color (decimal): -10924881 or 11488345. OLE color: 11488345.

HSL color Cylindrical-coordinate representation of color #594CAF: hue angle of 247.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #594CAF is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8976175-
CMYK0.490.5700.31
HSL247.88º39.44%49.22%-
HSV(B)247.88º56.57%68.63%-
XYZ14.4410.3941.8-
YUV91.17175.31126.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 76 (30.08% from 255) = 22.35%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=26.18%
G=22.35%
B=51.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89761750.490.5700.31247.8839.4449.22
Hex594CAF313901Ff82731
Octal13111425761710373704761
Binary101100110011001010111111000111100101111111111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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