#59827C

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

Shades of Breaker Bay #59827C

Tints of Breaker Bay #59827C

Color information

#59827C (or 0x59827C) is unknown color: approx Breaker Bay. HEX triplet: 59, 82 and 7C. RGB value is (89,130,124). Sum of RGB (Red+Green+Blue) = 89+130+124=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #59827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59827C is #A67D83. Grayscale: #757575. Windows color (decimal): -10911108 or 8159833. OLE color: 8159833.

HSL color Cylindrical-coordinate representation of color #59827C: hue angle of 171.22º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #59827C is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB89130124-
CMYK0.3200.050.49
HSL171.22º18.72%42.94%-
HSV(B)171.22º31.54%50.98%-
XYZ15.7419.5422.01-
YUV117.06131.92107.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=25.95%
G=37.90%
B=36.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891301240.3200.050.49171.2218.7242.94
Hex59827C200531ab132b
Octal1312021744005612532353
Binary101100110000010111110010000001011100011010101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59827C; }

 p { color: rgb(89,130,124); }

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

<style>
 a { background-color: #59827C; }

 a { background-color: rgb(89,130,124); }

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

<style>
 span { border-color: #59827C; }

 span { border-color: rgb(89,130,124); }

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