Html Css Color HEX #595DAA Rich Blue

📋 copy color: '#595DAA'

red 89 ◦ green 93 ◦ blue 170

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

Shades of Rich Blue #595DAA

Tints of Rich Blue #595DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 25.28%
G = 26.42%
B = 48.3%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#595DAA (or 0x595DAA) is known color: Rich Blue. HEX triplet: 59, 5D and AA. RGB value is (89,93,170). Sum of RGB (Red+Green+Blue) = 89+93+170=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #595DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DAA is #A6A255. Grayscale: #646464. Windows color (decimal): -10920534 or 11165017. OLE color: 11165017.

HSL color Cylindrical-coordinate representation of color #595DAA: hue angle of 237.04º 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 #595DAA is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 93 170 -
CMYK 0.48 0.45 0 0.33
HSL 237.04º 0.32% 0.51% -
HSV(B) 237.04º 0.48% 0.67% -
XYZ 15.29 12.85 39.71 -
YUV 100.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 89 93 170 0.48 0.45 0 0.33 237.04 0.32 0.51
Hex 59 5D AA 30 2D 0 21 ED 20 33
Octal 131 135 252 60 55 0 41 355 40 63
Binary 1011001 1011101 10101010 110000 101101 0 100001 11101101 100000 110011

Color Harmonies of #595DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DAA

Black with #595DAA

Text Example


Text Example

White with #595DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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