#597D76

Color #597D76 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #597D76

Tints of Breaker Bay #597D76

Color information

#597D76 (or 0x597D76) is unknown color: approx Breaker Bay. HEX triplet: 59, 7D and 76. RGB value is (89,125,118). Sum of RGB (Red+Green+Blue) = 89+125+118=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 125 - color contains mainly: green. Hex color #597D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D76 is #A68289. Grayscale: #717171. Windows color (decimal): -10912394 or 7765337. OLE color: 7765337.

HSL color Cylindrical-coordinate representation of color #597D76: hue angle of 168.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597D76 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB89125118-
CMYK0.2900.060.51
HSL168.33º16.82%41.96%-
HSV(B)168.33º28.8%49.02%-
XYZ14.7218.119.86-
YUV113.44130.57110.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=26.81%
G=37.65%
B=35.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891251180.2900.060.51168.3316.8241.96
Hex597D761D0633a8112a
Octal1311751663506632502152
Binary1011001111110111101101110101101100111010100010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,125,118); }

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

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

 a { background-color: rgb(89,125,118); }

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

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

 span { border-color: rgb(89,125,118); }

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