#594BB2

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

Shades of Rich Blue #594BB2

Tints of Rich Blue #594BB2

Color information

#594BB2 (or 0x594BB2) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and B2. RGB value is (89,75,178). Sum of RGB (Red+Green+Blue) = 89+75+178=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #594BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594BB2 is #A6B44D. Grayscale: #5A5A5A. Windows color (decimal): -10925134 or 11684697. OLE color: 11684697.

HSL color Cylindrical-coordinate representation of color #594BB2: hue angle of 248.16º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #594BB2 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8975178-
CMYK0.50.5800.30
HSL248.16º40.71%49.61%-
HSV(B)248.16º57.87%69.8%-
XYZ14.6710.3743.35-
YUV90.93177.14126.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 178 (69.92% from 255) = 52.05%
R=26.02%
G=21.93%
B=52.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal89751780.50.5800.30248.1640.7149.61
Hex594BB2323A01Ef82932
Octal13111326262720363705162
Binary101100110010111011001011001011101001111011111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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