#597A81

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

Shades of Blue Bayoux #597A81

Tints of Blue Bayoux #597A81

Color information

#597A81 (or 0x597A81) is unknown color: approx Blue Bayoux. HEX triplet: 59, 7A and 81. RGB value is (89,122,129). Sum of RGB (Red+Green+Blue) = 89+122+129=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #597A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A81 is #A6857E. Grayscale: #707070. Windows color (decimal): -10913151 or 8485465. OLE color: 8485465.

HSL color Cylindrical-coordinate representation of color #597A81: hue angle of 190.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #597A81 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB89122129-
CMYK0.310.0500.49
HSL190.5º18.35%42.75%-
HSV(B)190.5º31.01%50.59%-
XYZ15.0417.6323.38-
YUV112.93137.07110.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 129 (50.78% from 255) = 37.94%
R=26.18%
G=35.88%
B=37.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891221290.310.0500.49190.518.3542.75
Hex597A811F5031be122b
Octal1311722013750612762253
Binary10110011111010100000011111110101100011011111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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