#594BB3

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

Shades of Rich Blue #594BB3

Tints of Rich Blue #594BB3

Color information

#594BB3 (or 0x594BB3) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and B3. RGB value is (89,75,179). Sum of RGB (Red+Green+Blue) = 89+75+179=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #594BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BB3 is #A6B44C. Grayscale: #5A5A5A. Windows color (decimal): -10925133 or 11750233. OLE color: 11750233.

HSL color Cylindrical-coordinate representation of color #594BB3: hue angle of 248.08º 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 #594BB3 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8975179-
CMYK0.500.5800.30
HSL248.08º40.94%49.8%-
HSV(B)248.08º58.1%70.2%-
XYZ14.7710.4143.88-
YUV91.04177.64126.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=25.95%
G=21.87%
B=52.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal89751790.500.5800.30248.0840.9449.8
Hex594BB3323A01Ef82932
Octal13111326362720363705162
Binary101100110010111011001111001011101001111011111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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