Html Css Color HEX #594BAE Rich Blue

📋 copy color: '#594BAE'

red 89 ◦ green 75 ◦ blue 174

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

Shades of Rich Blue #594BAE

Tints of Rich Blue #594BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

 BLUE value IS 174 (68.36% from 255) = 51.48%

R = 26.33%
G = 22.19%
B = 51.48%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#594BAE (or 0x594BAE) is known color: Rich Blue. HEX triplet: 59, 4B and AE. RGB value is (89,75,174). Sum of RGB (Red+Green+Blue) = 89+75+174=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #594BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594BAE is #A6B451. Grayscale: #5A5A5A. Windows color (decimal): -10925138 or 11422553. OLE color: 11422553.

HSL color Cylindrical-coordinate representation of color #594BAE: hue angle of 248.48º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #594BAE is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 75 174 -
CMYK 0.49 0.57 0 0.32
HSL 248.48º 0.4% 0.49% -
HSV(B) 248.48º 0.57% 0.68% -
XYZ 14.28 10.21 41.26 -
YUV 90.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 89 75 174 0.49 0.57 0 0.32 248.48 0.4 0.49
Hex 59 4B AE 31 39 0 20 F8 28 31
Octal 131 113 256 61 71 0 40 370 50 61
Binary 1011001 1001011 10101110 110001 111001 0 100000 11111000 101000 110001

Color Harmonies of #594BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BAE

Black with #594BAE

Text Example


Text Example

White with #594BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,75,174); }

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

background-color css

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

 a { background-color: rgb(89,75,174); }

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

border-color css

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

 span { border-color: rgb(89,75,174); }

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