#59877E

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

Shades of Breaker Bay #59877E

Tints of Breaker Bay #59877E

Color information

#59877E (or 0x59877E) is unknown color: approx Breaker Bay. HEX triplet: 59, 87 and 7E. RGB value is (89,135,126). Sum of RGB (Red+Green+Blue) = 89+135+126=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #59877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59877E is #A67881. Grayscale: #787878. Windows color (decimal): -10909826 or 8292185. OLE color: 8292185.

HSL color Cylindrical-coordinate representation of color #59877E: hue angle of 168.26º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59877E is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB89135126-
CMYK0.3400.070.47
HSL168.26º20.54%43.92%-
HSV(B)168.26º34.07%52.94%-
XYZ16.5520.9622.91-
YUV120.22131.26105.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 126 (49.61% from 255) = 36%
R=25.43%
G=38.57%
B=36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891351260.3400.070.47168.2620.5443.92
Hex59877E22072Fa8152c
Octal1312071764207572502554
Binary101100110000111111111010001001111011111010100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59877E; }

 p { color: rgb(89,135,126); }

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

<style>
 a { background-color: #59877E; }

 a { background-color: rgb(89,135,126); }

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

<style>
 span { border-color: #59877E; }

 span { border-color: rgb(89,135,126); }

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