#594BAD

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

Shades of Rich Blue #594BAD

Tints of Rich Blue #594BAD

Color information

#594BAD (or 0x594BAD) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and AD. RGB value is (89,75,173). Sum of RGB (Red+Green+Blue) = 89+75+173=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #594BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594BAD is #A6B452. Grayscale: #595959. Windows color (decimal): -10925139 or 11357017. OLE color: 11357017.

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

Color convert

RGB8975173-
CMYK0.490.5700.32
HSL248.57º39.52%48.63%-
HSV(B)248.57º56.65%67.84%-
XYZ14.1810.1740.75-
YUV90.36174.64127.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.41%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=26.41%
G=22.26%
B=51.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89751730.490.5700.32248.5739.5248.63
Hex594BAD3139020f92831
Octal13111325561710403715061
Binary1011001100101110101101110001111001010000011111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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