Html Css Color HEX #594AA2 Rich Blue

📋 copy color: '#594AA2'

red 89 ◦ green 74 ◦ blue 162

#594AA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #594AA2

Tints of Rich Blue #594AA2

RGB

 RED value IS 89 (35.16% from 255) = 27.38%

 GREEN value IS 74 (29.3% from 255) = 22.77%

 BLUE value IS 162 (63.67% from 255) = 49.85%

R = 27.38%
G = 22.77%
B = 49.85%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#594AA2 (or 0x594AA2) is known color: Rich Blue. HEX triplet: 59, 4A and A2. RGB value is (89,74,162). Sum of RGB (Red+Green+Blue) = 89+74+162=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #594AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594AA2 is #A6B55D. Grayscale: #585858. Windows color (decimal): -10925406 or 10635865. OLE color: 10635865.

HSL color Cylindrical-coordinate representation of color #594AA2: hue angle of 250.23º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #594AA2 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 74 162 -
CMYK 0.45 0.54 0 0.36
HSL 250.23º 0.37% 0.46% -
HSV(B) 250.23º 0.54% 0.64% -
XYZ 13.09 9.63 35.35 -
YUV 88.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 89 74 162 0.45 0.54 0 0.36 250.23 0.37 0.46
Hex 59 4A A2 2D 36 0 24 FA 25 2E
Octal 131 112 242 55 66 0 44 372 45 56
Binary 1011001 1001010 10100010 101101 110110 0 100100 11111010 100101 101110

Color Harmonies of #594AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AA2

Black with #594AA2

Text Example


Text Example

White with #594AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #594AA2;
 }
 .AnyTagClassName
 {
   color: #594AA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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