Html Css Color HEX #595BAB Rich Blue

📋 copy color: '#595BAB'

red 89 ◦ green 91 ◦ blue 171

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

Shades of Rich Blue #595BAB

Tints of Rich Blue #595BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 25.36%
G = 25.93%
B = 48.72%

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

#595BAB (or 0x595BAB) is known color: Rich Blue. HEX triplet: 59, 5B and AB. RGB value is (89,91,171). Sum of RGB (Red+Green+Blue) = 89+91+171=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #595BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BAB is #A6A454. Grayscale: #636363. Windows color (decimal): -10921045 or 11230041. OLE color: 11230041.

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

Color convert

RGB 89 91 171 -
CMYK 0.48 0.47 0 0.33
HSL 238.54º 0.33% 0.51% -
HSV(B) 238.54º 0.48% 0.67% -
XYZ 15.21 12.55 40.15 -
YUV 99.52 168.34 120.5 -
System Red Green Blue C M Y K H S L
Decimal 89 91 171 0.48 0.47 0 0.33 238.54 0.33 0.51
Hex 59 5B AB 30 2F 0 21 EF 21 33
Octal 131 133 253 60 57 0 41 357 41 63
Binary 1011001 1011011 10101011 110000 101111 0 100001 11101111 100001 110011

Color Harmonies of #595BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BAB

Black with #595BAB

Text Example


Text Example

White with #595BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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