#597A80

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

Shades of Blue Bayoux #597A80

Tints of Blue Bayoux #597A80

Color information

#597A80 (or 0x597A80) is unknown color: approx Blue Bayoux. HEX triplet: 59, 7A and 80. RGB value is (89,122,128). Sum of RGB (Red+Green+Blue) = 89+122+128=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #597A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A80 is #A6857F. Grayscale: #707070. Windows color (decimal): -10913152 or 8419929. OLE color: 8419929.

HSL color Cylindrical-coordinate representation of color #597A80: hue angle of 189.23º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597A80 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89122128-
CMYK0.300.0500.50
HSL189.23º17.97%42.55%-
HSV(B)189.23º30.47%50.2%-
XYZ14.9817.623.03-
YUV112.82136.57111.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=26.25%
G=35.99%
B=37.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891221280.300.0500.50189.2317.9742.55
Hex597A801E5032bd122b
Octal1311722003650622752253
Binary10110011111010100000001111010101100101011110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597A80; }

 p { color: rgb(89,122,128); }

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

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

 a { background-color: rgb(89,122,128); }

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

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

 span { border-color: rgb(89,122,128); }

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