Html Css Color HEX #597477 Blue Bayoux

📋 copy color: '#597477'

red 89 ◦ green 116 ◦ blue 119

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

Shades of Blue Bayoux #597477

Tints of Blue Bayoux #597477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.8%

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 27.47%
G = 35.8%
B = 36.73%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#597477 (or 0x597477) is known color: Blue Bayoux. HEX triplet: 59, 74 and 77. RGB value is (89,116,119). Sum of RGB (Red+Green+Blue) = 89+116+119=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #597477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597477 is #A68B88. Grayscale: #6C6C6C. Windows color (decimal): -10914697 or 7828569. OLE color: 7828569.

HSL color Cylindrical-coordinate representation of color #597477: hue angle of 186º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #597477 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 116 119 -
CMYK 0.25 0.03 0 0.53
HSL 186º 0.14% 0.41% -
HSV(B) 186º 0.25% 0.47% -
XYZ 13.69 15.95 19.81 -
YUV 108.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 89 116 119 0.25 0.03 0 0.53 186 0.14 0.41
Hex 59 74 77 19 3 0 35 BA E 29
Octal 131 164 167 31 3 0 65 272 16 51
Binary 1011001 1110100 1110111 11001 11 0 110101 10111010 1110 101001

Color Harmonies of #597477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597477

Black with #597477

Text Example


Text Example

White with #597477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597477; }

 p { color: rgb(89,116,119); }

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

background-color css

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

 a { background-color: rgb(89,116,119); }

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

border-color css

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

 span { border-color: rgb(89,116,119); }

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