Html Css Color HEX #595BA9 Rich Blue

📋 copy color: '#595BA9'

red 89 ◦ green 91 ◦ blue 169

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

Shades of Rich Blue #595BA9

Tints of Rich Blue #595BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.07%

 BLUE value IS 169 (66.41% from 255) = 48.42%

R = 25.5%
G = 26.07%
B = 48.42%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#595BA9 (or 0x595BA9) is known color: Rich Blue. HEX triplet: 59, 5B and A9. RGB value is (89,91,169). Sum of RGB (Red+Green+Blue) = 89+91+169=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #595BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BA9 is #A6A456. Grayscale: #626262. Windows color (decimal): -10921047 or 11098969. OLE color: 11098969.

HSL color Cylindrical-coordinate representation of color #595BA9: hue angle of 238.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #595BA9 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 91 169 -
CMYK 0.47 0.46 0 0.34
HSL 238.5º 0.32% 0.51% -
HSV(B) 238.5º 0.47% 0.66% -
XYZ 15.02 12.47 39.15 -
YUV 99.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 89 91 169 0.47 0.46 0 0.34 238.5 0.32 0.51
Hex 59 5B A9 2F 2E 0 22 EE 20 33
Octal 131 133 251 57 56 0 42 356 40 63
Binary 1011001 1011011 10101001 101111 101110 0 100010 11101110 100000 110011

Color Harmonies of #595BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BA9

Black with #595BA9

Text Example


Text Example

White with #595BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595BA9; }

 p { color: rgb(89,91,169); }

 H1.HeaderClassName
 {
   color: #595BA9;
 }
 .AnyTagClassName
 {
   color: #595BA9;
 }
</style>

background-color css

<style>
 a { background-color: #595BA9; }

 a { background-color: rgb(89,91,169); }

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

border-color css

<style>
 span { border-color: #595BA9; }

 span { border-color: rgb(89,91,169); }

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