#597D7F

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

Shades of Breaker Bay #597D7F

Tints of Breaker Bay #597D7F

Color information

#597D7F (or 0x597D7F) is unknown color: approx Breaker Bay. HEX triplet: 59, 7D and 7F. RGB value is (89,125,127). Sum of RGB (Red+Green+Blue) = 89+125+127=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #597D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D7F is #A68280. Grayscale: #727272. Windows color (decimal): -10912385 or 8355161. OLE color: 8355161.

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

Color convert

RGB89125127-
CMYK0.300.0200.50
HSL183.16º17.59%42.35%-
HSV(B)183.16º29.92%49.8%-
XYZ15.2818.3222.81-
YUV114.46135.07109.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 127 (50% from 255) = 37.24%
R=26.10%
G=36.66%
B=37.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891251270.300.0200.50183.1617.5942.35
Hex597D7F1E2032b7122a
Octal1311751773620622672252
Binary101100111111011111111111101001100101011011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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