Html Css Color HEX #594CAA Rich Blue

📋 copy color: '#594CAA'

red 89 ◦ green 76 ◦ blue 170

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

Shades of Rich Blue #594CAA

Tints of Rich Blue #594CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

 BLUE value IS 170 (66.8% from 255) = 50.75%

R = 26.57%
G = 22.69%
B = 50.75%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#594CAA (or 0x594CAA) is known color: Rich Blue. HEX triplet: 59, 4C and AA. RGB value is (89,76,170). Sum of RGB (Red+Green+Blue) = 89+76+170=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #594CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594CAA is #A6B355. Grayscale: #5A5A5A. Windows color (decimal): -10924886 or 11160665. OLE color: 11160665.

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

Color convert

RGB 89 76 170 -
CMYK 0.48 0.55 0 0.33
HSL 248.3º 0.38% 0.48% -
HSV(B) 248.3º 0.55% 0.67% -
XYZ 13.96 10.2 39.26 -
YUV 90.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 89 76 170 0.48 0.55 0 0.33 248.3 0.38 0.48
Hex 59 4C AA 30 37 0 21 F8 26 30
Octal 131 114 252 60 67 0 41 370 46 60
Binary 1011001 1001100 10101010 110000 110111 0 100001 11111000 100110 110000

Color Harmonies of #594CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594CAA

Black with #594CAA

Text Example


Text Example

White with #594CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,76,170); }

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

background-color css

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

 a { background-color: rgb(89,76,170); }

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

border-color css

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

 span { border-color: rgb(89,76,170); }

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