Html Css Color HEX #594DA1 Rich Blue

📋 copy color: '#594DA1'

red 89 ◦ green 77 ◦ blue 161

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

Shades of Rich Blue #594DA1

Tints of Rich Blue #594DA1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.55%

 BLUE value IS 161 (63.28% from 255) = 49.24%

R = 27.22%
G = 23.55%
B = 49.24%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#594DA1 (or 0x594DA1) is known color: Rich Blue. HEX triplet: 59, 4D and A1. RGB value is (89,77,161). Sum of RGB (Red+Green+Blue) = 89+77+161=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 161 (63.28% from 255 or 49.24% from 327); Max value from RGB is 161 - color contains mainly: blue. Hex color #594DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594DA1 is #A6B25E. Grayscale: #595959. Windows color (decimal): -10924639 or 10571097. OLE color: 10571097.

HSL color Cylindrical-coordinate representation of color #594DA1: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #594DA1 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 77 161 -
CMYK 0.45 0.52 0 0.37
HSL 248.57º 0.35% 0.47% -
HSV(B) 248.57º 0.52% 0.63% -
XYZ 13.21 10 34.95 -
YUV 90.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 89 77 161 0.45 0.52 0 0.37 248.57 0.35 0.47
Hex 59 4D A1 2D 34 0 25 F9 23 2F
Octal 131 115 241 55 64 0 45 371 43 57
Binary 1011001 1001101 10100001 101101 110100 0 100101 11111001 100011 101111

Color Harmonies of #594DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DA1

Black with #594DA1

Text Example


Text Example

White with #594DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,77,161); }

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

background-color css

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

 a { background-color: rgb(89,77,161); }

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

border-color css

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

 span { border-color: rgb(89,77,161); }

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