#59787A

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

Shades of Breaker Bay #59787A

Tints of Breaker Bay #59787A

Color information

#59787A (or 0x59787A) is unknown color: approx Breaker Bay. HEX triplet: 59, 78 and 7A. RGB value is (89,120,122). Sum of RGB (Red+Green+Blue) = 89+120+122=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #59787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59787A is #A68785. Grayscale: #6E6E6E. Windows color (decimal): -10913670 or 8026201. OLE color: 8026201.

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

Color convert

RGB89120122-
CMYK0.270.0200.52
HSL183.64º15.64%41.37%-
HSV(B)183.64º27.05%47.84%-
XYZ14.3516.9620.93-
YUV110.96134.23112.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=26.89%
G=36.25%
B=36.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891201220.270.0200.52183.6415.6441.37
Hex59787A1B2034b81029
Octal1311701723320642702051
Binary101100111110001111010110111001101001011100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59787A; }

 p { color: rgb(89,120,122); }

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

<style>
 a { background-color: #59787A; }

 a { background-color: rgb(89,120,122); }

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

<style>
 span { border-color: #59787A; }

 span { border-color: rgb(89,120,122); }

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