#594ABA

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

Shades of Rich Blue #594ABA

Tints of Rich Blue #594ABA

Color information

#594ABA (or 0x594ABA) is unknown color: approx Rich Blue. HEX triplet: 59, 4A and BA. RGB value is (89,74,186). Sum of RGB (Red+Green+Blue) = 89+74+186=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #594ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ABA is #A6B545. Grayscale: #5A5A5A. Windows color (decimal): -10925382 or 12208729. OLE color: 12208729.

HSL color Cylindrical-coordinate representation of color #594ABA: hue angle of 248.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #594ABA is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8974186-
CMYK0.520.6000.27
HSL248.04º44.8%50.98%-
HSV(B)248.04º60.22%72.94%-
XYZ15.4310.5747.68-
YUV91.25181.47126.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.50%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=25.50%
G=21.20%
B=53.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89741860.520.6000.27248.0444.850.98
Hex594ABA343C01Bf82d33
Octal13111227264740333705563
Binary101100110010101011101011010011110001101111111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,74,186); }

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

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

 a { background-color: rgb(89,74,186); }

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

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

 span { border-color: rgb(89,74,186); }

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