Html Css Color HEX #597479 Blue Bayoux

📋 copy color: '#597479'

red 89 ◦ green 116 ◦ blue 121

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

Shades of Blue Bayoux #597479

Tints of Blue Bayoux #597479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 27.3%
G = 35.58%
B = 37.12%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#597479 (or 0x597479) is known color: Blue Bayoux. HEX triplet: 59, 74 and 79. RGB value is (89,116,121). Sum of RGB (Red+Green+Blue) = 89+116+121=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #597479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597479 is #A68B86. Grayscale: #6C6C6C. Windows color (decimal): -10914695 or 7959641. OLE color: 7959641.

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

Color convert

RGB 89 116 121 -
CMYK 0.26 0.04 0 0.53
HSL 189.38º 0.15% 0.41% -
HSV(B) 189.38º 0.26% 0.47% -
XYZ 13.82 16 20.45 -
YUV 108.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 89 116 121 0.26 0.04 0 0.53 189.38 0.15 0.41
Hex 59 74 79 1A 4 0 35 BD F 29
Octal 131 164 171 32 4 0 65 275 17 51
Binary 1011001 1110100 1111001 11010 100 0 110101 10111101 1111 101001

Color Harmonies of #597479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597479

Black with #597479

Text Example


Text Example

White with #597479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597479; }

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

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

background-color css

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

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

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

border-color css

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

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

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