Html Css Color HEX #595BAA Rich Blue

📋 copy color: '#595BAA'

red 89 ◦ green 91 ◦ blue 170

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

Shades of Rich Blue #595BAA

Tints of Rich Blue #595BAA

RGB

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

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

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

R = 25.43%
G = 26%
B = 48.57%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#595BAA (or 0x595BAA) is known color: Rich Blue. HEX triplet: 59, 5B and AA. RGB value is (89,91,170). Sum of RGB (Red+Green+Blue) = 89+91+170=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #595BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BAA is #A6A455. Grayscale: #636363. Windows color (decimal): -10921046 or 11164505. OLE color: 11164505.

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

Color convert

RGB 89 91 170 -
CMYK 0.48 0.46 0 0.33
HSL 238.52º 0.32% 0.51% -
HSV(B) 238.52º 0.48% 0.67% -
XYZ 15.12 12.51 39.65 -
YUV 99.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 89 91 170 0.48 0.46 0 0.33 238.52 0.32 0.51
Hex 59 5B AA 30 2E 0 21 EF 20 33
Octal 131 133 252 60 56 0 41 357 40 63
Binary 1011001 1011011 10101010 110000 101110 0 100001 11101111 100000 110011

Color Harmonies of #595BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BAA

Black with #595BAA

Text Example


Text Example

White with #595BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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