#594fac

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

Shades of Rich Blue #594FAC

Tints of Rich Blue #594FAC

Color information

#594FAC (or 0x594FAC) is unknown color: approx Rich Blue. HEX triplet: 59, 4F and AC. RGB value is (89,79,172). Sum of RGB (Red+Green+Blue) = 89+79+172=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #594FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594FAC is #A6B053. Grayscale: #5C5C5C. Windows color (decimal): -10924116 or 11292505. OLE color: 11292505.

HSL color Cylindrical-coordinate representation of color #594FAC: hue angle of 246.45º 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 #594FAC is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8979172-
CMYK0.480.5400.33
HSL246.45º37.05%49.22%-
HSV(B)246.45º54.07%67.45%-
XYZ14.3610.6940.34-
YUV92.59172.81125.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=26.18%
G=23.24%
B=50.59%

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
Decimal89791720.480.5400.33246.4537.0549.22
Hex594FAC3036021f62531
Octal13111725460660413664561
Binary1011001100111110101100110000110110010000111110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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