Html Css Color HEX #595BAD Rich Blue

📋 copy color: '#595BAD'

red 89 ◦ green 91 ◦ blue 173

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

Shades of Rich Blue #595BAD

Tints of Rich Blue #595BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 25.21%
G = 25.78%
B = 49.01%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#595BAD (or 0x595BAD) is known color: Rich Blue. HEX triplet: 59, 5B and AD. RGB value is (89,91,173). Sum of RGB (Red+Green+Blue) = 89+91+173=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #595BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BAD is #A6A452. Grayscale: #636363. Windows color (decimal): -10921043 or 11361113. OLE color: 11361113.

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

Color convert

RGB 89 91 173 -
CMYK 0.49 0.47 0 0.32
HSL 238.57º 0.34% 0.51% -
HSV(B) 238.57º 0.49% 0.68% -
XYZ 15.4 12.62 41.16 -
YUV 99.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 89 91 173 0.49 0.47 0 0.32 238.57 0.34 0.51
Hex 59 5B AD 31 2F 0 20 EF 22 33
Octal 131 133 255 61 57 0 40 357 42 63
Binary 1011001 1011011 10101101 110001 101111 0 100000 11101111 100010 110011

Color Harmonies of #595BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BAD

Black with #595BAD

Text Example


Text Example

White with #595BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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