#59797B

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

Shades of Breaker Bay #59797B

Tints of Breaker Bay #59797B

Color information

#59797B (or 0x59797B) is unknown color: approx Breaker Bay. HEX triplet: 59, 79 and 7B. RGB value is (89,121,123). Sum of RGB (Red+Green+Blue) = 89+121+123=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #59797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59797B is #A68684. Grayscale: #6F6F6F. Windows color (decimal): -10913413 or 8091993. OLE color: 8091993.

HSL color Cylindrical-coordinate representation of color #59797B: hue angle of 183.53º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59797B is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89121123-
CMYK0.280.0200.52
HSL183.53º16.04%41.57%-
HSV(B)183.53º27.64%48.24%-
XYZ14.5317.2321.3-
YUV111.66134.4111.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=26.73%
G=36.34%
B=36.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891211230.280.0200.52183.5316.0441.57
Hex59797B1C2034b8102a
Octal1311711733420642702052
Binary101100111110011111011111001001101001011100010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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