Html Css Color HEX #594AAC Rich Blue

📋 copy color: '#594AAC'

red 89 ◦ green 74 ◦ blue 172

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

Shades of Rich Blue #594AAC

Tints of Rich Blue #594AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 26.57%
G = 22.09%
B = 51.34%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#594AAC (or 0x594AAC) is known color: Rich Blue. HEX triplet: 59, 4A and AC. RGB value is (89,74,172). Sum of RGB (Red+Green+Blue) = 89+74+172=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #594AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594AAC is #A6B553. Grayscale: #595959. Windows color (decimal): -10925396 or 11291225. OLE color: 11291225.

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

Color convert

RGB 89 74 172 -
CMYK 0.48 0.57 0 0.33
HSL 249.18º 0.4% 0.48% -
HSV(B) 249.18º 0.57% 0.67% -
XYZ 14.02 10 40.22 -
YUV 89.66 174.47 127.53 -
System Red Green Blue C M Y K H S L
Decimal 89 74 172 0.48 0.57 0 0.33 249.18 0.4 0.48
Hex 59 4A AC 30 39 0 21 F9 28 30
Octal 131 112 254 60 71 0 41 371 50 60
Binary 1011001 1001010 10101100 110000 111001 0 100001 11111001 101000 110000

Color Harmonies of #594AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AAC

Black with #594AAC

Text Example


Text Example

White with #594AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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