#594ABE

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

Shades of Rich Blue #594ABE

Tints of Rich Blue #594ABE

Color information

#594ABE (or 0x594ABE) is unknown color: approx Rich Blue. HEX triplet: 59, 4A and BE. RGB value is (89,74,190). Sum of RGB (Red+Green+Blue) = 89+74+190=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #594ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ABE is #A6B541. Grayscale: #5B5B5B. Windows color (decimal): -10925378 or 12470873. OLE color: 12470873.

HSL color Cylindrical-coordinate representation of color #594ABE: hue angle of 247.76º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594ABE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8974190-
CMYK0.530.6100.25
HSL247.76º47.15%51.76%-
HSV(B)247.76º61.05%74.51%-
XYZ15.8610.7449.95-
YUV91.71183.47126.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.21%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=25.21%
G=20.96%
B=53.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89741900.530.6100.25247.7647.1551.76
Hex594ABE353D019f82f34
Octal13111227665750313705764
Binary101100110010101011111011010111110101100111111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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