#59817C

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

Shades of Breaker Bay #59817C

Tints of Breaker Bay #59817C

Color information

#59817C (or 0x59817C) is unknown color: approx Breaker Bay. HEX triplet: 59, 81 and 7C. RGB value is (89,129,124). Sum of RGB (Red+Green+Blue) = 89+129+124=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #59817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59817C is #A67E83. Grayscale: #747474. Windows color (decimal): -10911364 or 8159577. OLE color: 8159577.

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

Color convert

RGB89129124-
CMYK0.3100.040.49
HSL172.5º18.35%42.75%-
HSV(B)172.5º31.01%50.59%-
XYZ15.6119.2821.97-
YUV116.47132.25108.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=26.02%
G=37.72%
B=36.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891291240.3100.040.49172.518.3542.75
Hex59817C1F0431ac122b
Octal1312011743704612542253
Binary10110011000000111111001111101001100011010110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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