#57837E

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

Shades of Breaker Bay #57837E

Tints of Breaker Bay #57837E

Color information

#57837E (or 0x57837E) is unknown color: approx Breaker Bay. HEX triplet: 57, 83 and 7E. RGB value is (87,131,126). Sum of RGB (Red+Green+Blue) = 87+131+126=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #57837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57837E is #A87C81. Grayscale: #757575. Windows color (decimal): -11041922 or 8291159. OLE color: 8291159.

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

Color convert

RGB87131126-
CMYK0.3400.040.49
HSL173.18º20.18%42.75%-
HSV(B)173.18º33.59%51.37%-
XYZ15.8119.7722.72-
YUV117.27132.92106.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=25.29%
G=38.08%
B=36.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871311260.3400.040.49173.1820.1842.75
Hex57837E220431ad142b
Octal1272031764204612552453
Binary101011110000011111111010001001001100011010110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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