#597278

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

Shades of Blue Bayoux #597278

Tints of Blue Bayoux #597278

Color information

#597278 (or 0x597278) is unknown color: approx Blue Bayoux. HEX triplet: 59, 72 and 78. RGB value is (89,114,120). Sum of RGB (Red+Green+Blue) = 89+114+120=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #597278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597278 is #A68D87. Grayscale: #6B6B6B. Windows color (decimal): -10915208 or 7893593. OLE color: 7893593.

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

Color convert

RGB89114120-
CMYK0.260.0500.53
HSL191.61º14.83%40.98%-
HSV(B)191.61º25.83%47.06%-
XYZ13.5315.5120.05-
YUV107.21135.22115.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=27.55%
G=35.29%
B=37.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891141200.260.0500.53191.6114.8340.98
Hex5972781A5035c0f29
Octal1311621703250653001751
Binary101100111100101111000110101010110101110000001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597278; }

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

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

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

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

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

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

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

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