#55837C

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

Shades of Breaker Bay #55837C

Tints of Breaker Bay #55837C

Color information

#55837C (or 0x55837C) is unknown color: approx Breaker Bay. HEX triplet: 55, 83 and 7C. RGB value is (85,131,124). Sum of RGB (Red+Green+Blue) = 85+131+124=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #55837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55837C is #AA7C83. Grayscale: #747474. Windows color (decimal): -11172996 or 8160085. OLE color: 8160085.

HSL color Cylindrical-coordinate representation of color #55837C: hue angle of 170.87º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55837C is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB85131124-
CMYK0.3500.050.49
HSL170.87º21.3%42.35%-
HSV(B)170.87º35.11%51.37%-
XYZ15.519.6222.04-
YUV116.45132.26105.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=25%
G=38.53%
B=36.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311240.3500.050.49170.8721.342.35
Hex55837C230531ab152a
Octal1252031744305612532552
Binary101010110000011111110010001101011100011010101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55837C; }

 p { color: rgb(85,131,124); }

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

<style>
 a { background-color: #55837C; }

 a { background-color: rgb(85,131,124); }

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

<style>
 span { border-color: #55837C; }

 span { border-color: rgb(85,131,124); }

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