Html Css Color HEX #594AB9 Rich Blue

📋 copy color: '#594AB9'

red 89 ◦ green 74 ◦ blue 185

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

Shades of Rich Blue #594AB9

Tints of Rich Blue #594AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.16%

R = 25.57%
G = 21.26%
B = 53.16%

CMYK

 C value IS 0.52

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#594AB9 (or 0x594AB9) is known color: Rich Blue. HEX triplet: 59, 4A and B9. RGB value is (89,74,185). Sum of RGB (Red+Green+Blue) = 89+74+185=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #594AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AB9 is #A6B546. Grayscale: #5A5A5A. Windows color (decimal): -10925383 or 12143193. OLE color: 12143193.

HSL color Cylindrical-coordinate representation of color #594AB9: hue angle of 248.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #594AB9 is Cyan = 0.52, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 74 185 -
CMYK 0.52 0.6 0 0.27
HSL 248.11º 0.44% 0.51% -
HSV(B) 248.11º 0.6% 0.73% -
XYZ 15.33 10.52 47.12 -
YUV 91.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 89 74 185 0.52 0.6 0 0.27 248.11 0.44 0.51
Hex 59 4A B9 34 3C 0 1B F8 2C 33
Octal 131 112 271 64 74 0 33 370 54 63
Binary 1011001 1001010 10111001 110100 111100 0 11011 11111000 101100 110011

Color Harmonies of #594AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AB9

Black with #594AB9

Text Example


Text Example

White with #594AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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