#594FB3

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

Shades of Rich Blue #594FB3

Tints of Rich Blue #594FB3

Color information

#594FB3 (or 0x594FB3) is unknown color: approx Rich Blue. HEX triplet: 59, 4F and B3. RGB value is (89,79,179). Sum of RGB (Red+Green+Blue) = 89+79+179=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #594FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FB3 is #A6B04C. Grayscale: #5D5D5D. Windows color (decimal): -10924109 or 11751257. OLE color: 11751257.

HSL color Cylindrical-coordinate representation of color #594FB3: hue angle of 246º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #594FB3 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8979179-
CMYK0.500.5600.30
HSL246º39.68%50.59%-
HSV(B)246º55.87%70.2%-
XYZ15.0510.9743.97-
YUV93.39176.31124.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 179 (70.31% from 255) = 51.59%
R=25.65%
G=22.77%
B=51.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal89791790.500.5600.3024639.6850.59
Hex594FB3323801Ef62833
Octal13111726362700363665063
Binary101100110011111011001111001011100001111011110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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