Html Css Color HEX #594AAA Rich Blue

📋 copy color: '#594AAA'

red 89 ◦ green 74 ◦ blue 170

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

Shades of Rich Blue #594AAA

Tints of Rich Blue #594AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 26.73%
G = 22.22%
B = 51.05%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#594AAA (or 0x594AAA) is known color: Rich Blue. HEX triplet: 59, 4A and AA. RGB value is (89,74,170). Sum of RGB (Red+Green+Blue) = 89+74+170=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #594AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594AAA is #A6B555. Grayscale: #595959. Windows color (decimal): -10925398 or 11160153. OLE color: 11160153.

HSL color Cylindrical-coordinate representation of color #594AAA: hue angle of 249.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #594AAA is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 74 170 -
CMYK 0.48 0.56 0 0.33
HSL 249.38º 0.39% 0.48% -
HSV(B) 249.38º 0.56% 0.67% -
XYZ 13.82 9.92 39.22 -
YUV 89.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 89 74 170 0.48 0.56 0 0.33 249.38 0.39 0.48
Hex 59 4A AA 30 38 0 21 F9 27 30
Octal 131 112 252 60 70 0 41 371 47 60
Binary 1011001 1001010 10101010 110000 111000 0 100001 11111001 100111 110000

Color Harmonies of #594AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AAA

Black with #594AAA

Text Example


Text Example

White with #594AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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