#59867F

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

Shades of Breaker Bay #59867F

Tints of Breaker Bay #59867F

Color information

#59867F (or 0x59867F) is unknown color: approx Breaker Bay. HEX triplet: 59, 86 and 7F. RGB value is (89,134,127). Sum of RGB (Red+Green+Blue) = 89+134+127=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #59867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59867F is #A67980. Grayscale: #777777. Windows color (decimal): -10910081 or 8357465. OLE color: 8357465.

HSL color Cylindrical-coordinate representation of color #59867F: hue angle of 170.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59867F is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB89134127-
CMYK0.3400.050.47
HSL170.67º20.18%43.73%-
HSV(B)170.67º33.58%52.55%-
XYZ16.4820.7123.21-
YUV119.75132.09106.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 127 (50% from 255) = 36.29%
R=25.43%
G=38.29%
B=36.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891341270.3400.050.47170.6720.1843.73
Hex59867F22052Fab142c
Octal1312061774205572532454
Binary101100110000110111111110001001011011111010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59867F; }

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

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

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

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

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

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

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

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