#58837B

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

Shades of Breaker Bay #58837B

Tints of Breaker Bay #58837B

Color information

#58837B (or 0x58837B) is unknown color: approx Breaker Bay. HEX triplet: 58, 83 and 7B. RGB value is (88,131,123). Sum of RGB (Red+Green+Blue) = 88+131+123=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #58837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58837B is #A77C84. Grayscale: #757575. Windows color (decimal): -10976389 or 8094552. OLE color: 8094552.

HSL color Cylindrical-coordinate representation of color #58837B: hue angle of 168.84º 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 #58837B is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB88131123-
CMYK0.3300.060.49
HSL168.84º19.63%42.94%-
HSV(B)168.84º32.82%51.37%-
XYZ15.7219.7421.72-
YUV117.23131.25107.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=25.73%
G=38.30%
B=35.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881311230.3300.060.49168.8419.6342.94
Hex58837B210631a9142b
Octal1302031734106612512453
Binary101100010000011111101110000101101100011010100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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