Html Css Color HEX #595BAF Rich Blue

📋 copy color: '#595BAF'

red 89 ◦ green 91 ◦ blue 175

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

Shades of Rich Blue #595BAF

Tints of Rich Blue #595BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.3%

R = 25.07%
G = 25.63%
B = 49.3%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#595BAF (or 0x595BAF) is known color: Rich Blue. HEX triplet: 59, 5B and AF. RGB value is (89,91,175). Sum of RGB (Red+Green+Blue) = 89+91+175=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #595BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BAF is #A6A450. Grayscale: #636363. Windows color (decimal): -10921041 or 11492185. OLE color: 11492185.

HSL color Cylindrical-coordinate representation of color #595BAF: hue angle of 238.6º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595BAF is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 91 175 -
CMYK 0.49 0.48 0 0.31
HSL 238.6º 0.35% 0.52% -
HSV(B) 238.6º 0.49% 0.69% -
XYZ 15.6 12.7 42.19 -
YUV 99.98 170.34 120.17 -
System Red Green Blue C M Y K H S L
Decimal 89 91 175 0.49 0.48 0 0.31 238.6 0.35 0.52
Hex 59 5B AF 31 30 0 1F EF 23 34
Octal 131 133 257 61 60 0 37 357 43 64
Binary 1011001 1011011 10101111 110001 110000 0 11111 11101111 100011 110100

Color Harmonies of #595BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BAF

Black with #595BAF

Text Example


Text Example

White with #595BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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