Html Css Color HEX #594AA4 Rich Blue

📋 copy color: '#594AA4'

red 89 ◦ green 74 ◦ blue 164

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

Shades of Rich Blue #594AA4

Tints of Rich Blue #594AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.15%

R = 27.22%
G = 22.63%
B = 50.15%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#594AA4 (or 0x594AA4) is known color: Rich Blue. HEX triplet: 59, 4A and A4. RGB value is (89,74,164). Sum of RGB (Red+Green+Blue) = 89+74+164=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #594AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594AA4 is #A6B55B. Grayscale: #585858. Windows color (decimal): -10925404 or 10766937. OLE color: 10766937.

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

Color convert

RGB 89 74 164 -
CMYK 0.46 0.55 0 0.36
HSL 250º 0.38% 0.47% -
HSV(B) 250º 0.55% 0.64% -
XYZ 13.27 9.7 36.3 -
YUV 88.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 89 74 164 0.46 0.55 0 0.36 250 0.38 0.47
Hex 59 4A A4 2E 37 0 24 FA 26 2F
Octal 131 112 244 56 67 0 44 372 46 57
Binary 1011001 1001010 10100100 101110 110111 0 100100 11111010 100110 101111

Color Harmonies of #594AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AA4

Black with #594AA4

Text Example


Text Example

White with #594AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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