#55837B

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

Shades of Breaker Bay #55837B

Tints of Breaker Bay #55837B

Color information

#55837B (or 0x55837B) is unknown color: approx Breaker Bay. HEX triplet: 55, 83 and 7B. RGB value is (85,131,123). Sum of RGB (Red+Green+Blue) = 85+131+123=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #55837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55837B is #AA7C84. Grayscale: #747474. Windows color (decimal): -11172997 or 8094549. OLE color: 8094549.

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

Color convert

RGB85131123-
CMYK0.3500.060.49
HSL169.57º21.3%42.35%-
HSV(B)169.57º35.11%51.37%-
XYZ15.4419.5921.71-
YUV116.33131.76105.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=25.07%
G=38.64%
B=36.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311230.3500.060.49169.5721.342.35
Hex55837B230631aa152a
Octal1252031734306612522552
Binary101010110000011111101110001101101100011010101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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