#594BB5

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

Shades of Rich Blue #594BB5

Tints of Rich Blue #594BB5

Color information

#594BB5 (or 0x594BB5) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and B5. RGB value is (89,75,181). Sum of RGB (Red+Green+Blue) = 89+75+181=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #594BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BB5 is #A6B44A. Grayscale: #5A5A5A. Windows color (decimal): -10925131 or 11881305. OLE color: 11881305.

HSL color Cylindrical-coordinate representation of color #594BB5: hue angle of 247.92º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #594BB5 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8975181-
CMYK0.510.5900.29
HSL247.92º41.73%50.2%-
HSV(B)247.92º58.56%70.98%-
XYZ14.9810.4944.95-
YUV91.27178.64126.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 181 (71.09% from 255) = 52.46%
R=25.80%
G=21.74%
B=52.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89751810.510.5900.29247.9241.7350.2
Hex594BB5333B01Df82a32
Octal13111326563730353705262
Binary101100110010111011010111001111101101110111111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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