#59807B

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

Shades of Breaker Bay #59807B

Tints of Breaker Bay #59807B

Color information

#59807B (or 0x59807B) is unknown color: approx Breaker Bay. HEX triplet: 59, 80 and 7B. RGB value is (89,128,123). Sum of RGB (Red+Green+Blue) = 89+128+123=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #59807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59807B is #A67F84. Grayscale: #737373. Windows color (decimal): -10911621 or 8093785. OLE color: 8093785.

HSL color Cylindrical-coordinate representation of color #59807B: hue angle of 172.31º 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 #59807B is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB89128123-
CMYK0.3000.040.50
HSL172.31º17.97%42.55%-
HSV(B)172.31º30.47%50.2%-
XYZ15.4118.9921.59-
YUV115.77132.08108.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=26.18%
G=37.65%
B=36.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891281230.3000.040.50172.3117.9742.55
Hex59807B1E0432ac122b
Octal1312001733604622542253
Binary10110011000000011110111111001001100101010110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59807B; }

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

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

<style>
 a { background-color: #59807B; }

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

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

<style>
 span { border-color: #59807B; }

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

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