#597478

Color #597478 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #597478

Tints of Blue Bayoux #597478

Color information

#597478 (or 0x597478) is unknown color: approx Blue Bayoux. HEX triplet: 59, 74 and 78. RGB value is (89,116,120). Sum of RGB (Red+Green+Blue) = 89+116+120=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #597478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597478 is #A68B87. Grayscale: #6C6C6C. Windows color (decimal): -10914696 or 7894105. OLE color: 7894105.

HSL color Cylindrical-coordinate representation of color #597478: hue angle of 187.74º 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 #597478 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB89116120-
CMYK0.260.0300.53
HSL187.74º14.83%40.98%-
HSV(B)187.74º25.83%47.06%-
XYZ13.7615.9720.13-
YUV108.38134.55114.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=27.38%
G=35.69%
B=36.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891161200.260.0300.53187.7414.8340.98
Hex5974781A3035bcf29
Octal1311641703230652741751
Binary10110011110100111100011010110110101101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597478; }

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

 H1.HeaderClassName
 {
   color: #597478;
 }
 .AnyTagClassName
 {
   color: #597478;
 }
</style>
background-color css

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

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

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

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

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

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