Html Css Color HEX #595AAA Rich Blue

📋 copy color: '#595AAA'

red 89 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #595AAA

Tints of Rich Blue #595AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 25.5%
G = 25.79%
B = 48.71%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#595AAA (or 0x595AAA) is known color: Rich Blue. HEX triplet: 59, 5A and AA. RGB value is (89,90,170). Sum of RGB (Red+Green+Blue) = 89+90+170=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #595AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595AAA is #A6A555. Grayscale: #626262. Windows color (decimal): -10921302 or 11164249. OLE color: 11164249.

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

Color convert

RGB 89 90 170 -
CMYK 0.48 0.47 0 0.33
HSL 239.26º 0.32% 0.51% -
HSV(B) 239.26º 0.48% 0.67% -
XYZ 15.03 12.34 39.62 -
YUV 98.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 89 90 170 0.48 0.47 0 0.33 239.26 0.32 0.51
Hex 59 5A AA 30 2F 0 21 EF 20 33
Octal 131 132 252 60 57 0 41 357 40 63
Binary 1011001 1011010 10101010 110000 101111 0 100001 11101111 100000 110011

Color Harmonies of #595AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AAA

Black with #595AAA

Text Example


Text Example

White with #595AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,170); }

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

background-color css

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

 a { background-color: rgb(89,90,170); }

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

border-color css

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

 span { border-color: rgb(89,90,170); }

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