Html Css Color HEX #595FA9 Rich Blue

📋 copy color: '#595FA9'

red 89 ◦ green 95 ◦ blue 169

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

Shades of Rich Blue #595FA9

Tints of Rich Blue #595FA9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 25.21%
G = 26.91%
B = 47.88%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#595FA9 (or 0x595FA9) is known color: Rich Blue. HEX triplet: 59, 5F and A9. RGB value is (89,95,169). Sum of RGB (Red+Green+Blue) = 89+95+169=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #595FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595FA9 is #A6A056. Grayscale: #656565. Windows color (decimal): -10920023 or 11099993. OLE color: 11099993.

HSL color Cylindrical-coordinate representation of color #595FA9: hue angle of 235.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 #595FA9 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 95 169 -
CMYK 0.47 0.44 0 0.34
HSL 235.5º 0.32% 0.51% -
HSV(B) 235.5º 0.47% 0.66% -
XYZ 15.37 13.17 39.27 -
YUV 101.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 89 95 169 0.47 0.44 0 0.34 235.5 0.32 0.51
Hex 59 5F A9 2F 2C 0 22 EC 20 33
Octal 131 137 251 57 54 0 42 354 40 63
Binary 1011001 1011111 10101001 101111 101100 0 100010 11101100 100000 110011

Color Harmonies of #595FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FA9

Black with #595FA9

Text Example


Text Example

White with #595FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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