Html Css Color HEX #595FAA Rich Blue

📋 copy color: '#595FAA'

red 89 ◦ green 95 ◦ blue 170

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

Shades of Rich Blue #595FAA

Tints of Rich Blue #595FAA

RGB

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

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

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

R = 25.14%
G = 26.84%
B = 48.02%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#595FAA (or 0x595FAA) is known color: Rich Blue. HEX triplet: 59, 5F and AA. RGB value is (89,95,170). Sum of RGB (Red+Green+Blue) = 89+95+170=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #595FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595FAA is #A6A055. Grayscale: #656565. Windows color (decimal): -10920022 or 11165529. OLE color: 11165529.

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

Color convert

RGB 89 95 170 -
CMYK 0.48 0.44 0 0.33
HSL 235.56º 0.32% 0.51% -
HSV(B) 235.56º 0.48% 0.67% -
XYZ 15.47 13.21 39.76 -
YUV 101.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 89 95 170 0.48 0.44 0 0.33 235.56 0.32 0.51
Hex 59 5F AA 30 2C 0 21 EC 20 33
Octal 131 137 252 60 54 0 41 354 40 63
Binary 1011001 1011111 10101010 110000 101100 0 100001 11101100 100000 110011

Color Harmonies of #595FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FAA

Black with #595FAA

Text Example


Text Example

White with #595FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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