#58837E

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

Shades of Breaker Bay #58837E

Tints of Breaker Bay #58837E

Color information

#58837E (or 0x58837E) is unknown color: approx Breaker Bay. HEX triplet: 58, 83 and 7E. RGB value is (88,131,126). Sum of RGB (Red+Green+Blue) = 88+131+126=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #58837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58837E is #A77C81. Grayscale: #757575. Windows color (decimal): -10976386 or 8291160. OLE color: 8291160.

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

Color convert

RGB88131126-
CMYK0.3300.040.49
HSL173.02º19.63%42.94%-
HSV(B)173.02º32.82%51.37%-
XYZ15.9119.8122.72-
YUV117.57132.75106.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=25.51%
G=37.97%
B=36.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881311260.3300.040.49173.0219.6342.94
Hex58837E210431ad142b
Octal1302031764104612552453
Binary101100010000011111111010000101001100011010110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,131,126); }

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

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

 a { background-color: rgb(88,131,126); }

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

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

 span { border-color: rgb(88,131,126); }

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