#55837E

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

Shades of Breaker Bay #55837E

Tints of Breaker Bay #55837E

Color information

#55837E (or 0x55837E) is unknown color: approx Breaker Bay. HEX triplet: 55, 83 and 7E. RGB value is (85,131,126). Sum of RGB (Red+Green+Blue) = 85+131+126=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #55837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55837E is #AA7C81. Grayscale: #747474. Windows color (decimal): -11172994 or 8291157. OLE color: 8291157.

HSL color Cylindrical-coordinate representation of color #55837E: hue angle of 173.48º 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 #55837E is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB85131126-
CMYK0.3500.040.49
HSL173.48º21.3%42.35%-
HSV(B)173.48º35.11%51.37%-
XYZ15.6319.6722.71-
YUV116.68133.26105.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=24.85%
G=38.30%
B=36.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311260.3500.040.49173.4821.342.35
Hex55837E230431ad152a
Octal1252031764304612552552
Binary101010110000011111111010001101001100011010110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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