Html Css Color HEX #594AA3 Rich Blue

📋 copy color: '#594AA3'

red 89 ◦ green 74 ◦ blue 163

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

Shades of Rich Blue #594AA3

Tints of Rich Blue #594AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 50%

R = 27.3%
G = 22.7%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#594AA3 (or 0x594AA3) is known color: Rich Blue. HEX triplet: 59, 4A and A3. RGB value is (89,74,163). Sum of RGB (Red+Green+Blue) = 89+74+163=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #594AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594AA3 is #A6B55C. Grayscale: #585858. Windows color (decimal): -10925405 or 10701401. OLE color: 10701401.

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

Color convert

RGB 89 74 163 -
CMYK 0.45 0.55 0 0.36
HSL 250.11º 0.38% 0.46% -
HSV(B) 250.11º 0.55% 0.64% -
XYZ 13.18 9.67 35.82 -
YUV 88.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 89 74 163 0.45 0.55 0 0.36 250.11 0.38 0.46
Hex 59 4A A3 2D 37 0 24 FA 26 2E
Octal 131 112 243 55 67 0 44 372 46 56
Binary 1011001 1001010 10100011 101101 110111 0 100100 11111010 100110 101110

Color Harmonies of #594AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AA3

Black with #594AA3

Text Example


Text Example

White with #594AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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