#594BAA

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

Shades of Rich Blue #594BAA

Tints of Rich Blue #594BAA

Color information

#594BAA (or 0x594BAA) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and AA. RGB value is (89,75,170). Sum of RGB (Red+Green+Blue) = 89+75+170=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #594BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594BAA is #A6B455. Grayscale: #595959. Windows color (decimal): -10925142 or 11160409. OLE color: 11160409.

HSL color Cylindrical-coordinate representation of color #594BAA: hue angle of 248.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #594BAA is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8975170-
CMYK0.480.5600.33
HSL248.84º38.78%48.04%-
HSV(B)248.84º55.88%66.67%-
XYZ13.8910.0639.24-
YUV90.02173.14127.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=26.65%
G=22.46%
B=50.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89751700.480.5600.33248.8438.7848.04
Hex594BAA3038021f92730
Octal13111325260700413714760
Binary1011001100101110101010110000111000010000111111001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,75,170); }

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

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

 a { background-color: rgb(89,75,170); }

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

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

 span { border-color: rgb(89,75,170); }

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