Html Css Color HEX #594CAC Rich Blue

📋 copy color: '#594CAC'

red 89 ◦ green 76 ◦ blue 172

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

Shades of Rich Blue #594CAC

Tints of Rich Blue #594CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.04%

R = 26.41%
G = 22.55%
B = 51.04%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#594CAC (or 0x594CAC) is known color: Rich Blue. HEX triplet: 59, 4C and AC. RGB value is (89,76,172). Sum of RGB (Red+Green+Blue) = 89+76+172=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #594CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594CAC is #A6B353. Grayscale: #5A5A5A. Windows color (decimal): -10924884 or 11291737. OLE color: 11291737.

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

Color convert

RGB 89 76 172 -
CMYK 0.48 0.56 0 0.33
HSL 248.13º 0.39% 0.49% -
HSV(B) 248.13º 0.56% 0.67% -
XYZ 14.15 10.27 40.27 -
YUV 90.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 89 76 172 0.48 0.56 0 0.33 248.13 0.39 0.49
Hex 59 4C AC 30 38 0 21 F8 27 31
Octal 131 114 254 60 70 0 41 370 47 61
Binary 1011001 1001100 10101100 110000 111000 0 100001 11111000 100111 110001

Color Harmonies of #594CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594CAC

Black with #594CAC

Text Example


Text Example

White with #594CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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