#59857D

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

Shades of Breaker Bay #59857D

Tints of Breaker Bay #59857D

Color information

#59857D (or 0x59857D) is unknown color: approx Breaker Bay. HEX triplet: 59, 85 and 7D. RGB value is (89,133,125). Sum of RGB (Red+Green+Blue) = 89+133+125=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #59857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59857D is #A67A82. Grayscale: #767676. Windows color (decimal): -10910339 or 8226137. OLE color: 8226137.

HSL color Cylindrical-coordinate representation of color #59857D: hue angle of 169.09º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59857D is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB89133125-
CMYK0.3300.060.48
HSL169.09º19.82%43.53%-
HSV(B)169.09º33.08%52.16%-
XYZ16.2120.3822.48-
YUV118.93131.42106.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=25.65%
G=38.33%
B=36.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891331250.3300.060.48169.0919.8243.53
Hex59857D210630a9142c
Octal1312051754106602512454
Binary101100110000101111110110000101101100001010100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59857D; }

 p { color: rgb(89,133,125); }

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

<style>
 a { background-color: #59857D; }

 a { background-color: rgb(89,133,125); }

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

<style>
 span { border-color: #59857D; }

 span { border-color: rgb(89,133,125); }

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