Html Css Color HEX #594DA5 Rich Blue

📋 copy color: '#594DA5'

red 89 ◦ green 77 ◦ blue 165

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

Shades of Rich Blue #594DA5

Tints of Rich Blue #594DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.85%

R = 26.89%
G = 23.26%
B = 49.85%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#594DA5 (or 0x594DA5) is known color: Rich Blue. HEX triplet: 59, 4D and A5. RGB value is (89,77,165). Sum of RGB (Red+Green+Blue) = 89+77+165=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #594DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594DA5 is #A6B25A. Grayscale: #5A5A5A. Windows color (decimal): -10924635 or 10833241. OLE color: 10833241.

HSL color Cylindrical-coordinate representation of color #594DA5: hue angle of 248.18º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #594DA5 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 77 165 -
CMYK 0.46 0.53 0 0.35
HSL 248.18º 0.36% 0.47% -
HSV(B) 248.18º 0.53% 0.65% -
XYZ 13.57 10.15 36.84 -
YUV 90.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 89 77 165 0.46 0.53 0 0.35 248.18 0.36 0.47
Hex 59 4D A5 2E 35 0 23 F8 24 2F
Octal 131 115 245 56 65 0 43 370 44 57
Binary 1011001 1001101 10100101 101110 110101 0 100011 11111000 100100 101111

Color Harmonies of #594DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DA5

Black with #594DA5

Text Example


Text Example

White with #594DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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