Html Css Color HEX #594FB9 Rich Blue

📋 copy color: '#594FB9'

red 89 ◦ green 79 ◦ blue 185

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

Shades of Rich Blue #594FB9

Tints of Rich Blue #594FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.38%

 BLUE value IS 185 (72.66% from 255) = 52.41%

R = 25.21%
G = 22.38%
B = 52.41%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#594FB9 (or 0x594FB9) is known color: Rich Blue. HEX triplet: 59, 4F and B9. RGB value is (89,79,185). Sum of RGB (Red+Green+Blue) = 89+79+185=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #594FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FB9 is #A6B046. Grayscale: #5D5D5D. Windows color (decimal): -10924103 or 12144473. OLE color: 12144473.

HSL color Cylindrical-coordinate representation of color #594FB9: hue angle of 245.66º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #594FB9 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 79 185 -
CMYK 0.52 0.57 0 0.27
HSL 245.66º 0.43% 0.52% -
HSV(B) 245.66º 0.57% 0.73% -
XYZ 15.67 11.22 47.24 -
YUV 94.07 179.31 124.38 -
System Red Green Blue C M Y K H S L
Decimal 89 79 185 0.52 0.57 0 0.27 245.66 0.43 0.52
Hex 59 4F B9 34 39 0 1B F6 2B 34
Octal 131 117 271 64 71 0 33 366 53 64
Binary 1011001 1001111 10111001 110100 111001 0 11011 11110110 101011 110100

Color Harmonies of #594FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FB9

Black with #594FB9

Text Example


Text Example

White with #594FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,79,185); }

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

background-color css

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

 a { background-color: rgb(89,79,185); }

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

border-color css

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

 span { border-color: rgb(89,79,185); }

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