#594FAB

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

Shades of Rich Blue #594FAB

Tints of Rich Blue #594FAB

Color information

#594FAB (or 0x594FAB) is unknown color: approx Rich Blue. HEX triplet: 59, 4F and AB. RGB value is (89,79,171). Sum of RGB (Red+Green+Blue) = 89+79+171=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #594FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594FAB is #A6B054. Grayscale: #5C5C5C. Windows color (decimal): -10924117 or 11226969. OLE color: 11226969.

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

Color convert

RGB8979171-
CMYK0.480.5400.33
HSL246.52º36.8%49.02%-
HSV(B)246.52º53.8%67.06%-
XYZ14.2710.6639.83-
YUV92.48172.31125.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=26.25%
G=23.30%
B=50.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89791710.480.5400.33246.5236.849.02
Hex594FAB3036021f72531
Octal13111725360660413674561
Binary1011001100111110101011110000110110010000111110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,79,171); }

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

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

 a { background-color: rgb(89,79,171); }

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

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

 span { border-color: rgb(89,79,171); }

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