#55867E

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

Shades of Breaker Bay #55867E

Tints of Breaker Bay #55867E

Color information

#55867E (or 0x55867E) is unknown color: approx Breaker Bay. HEX triplet: 55, 86 and 7E. RGB value is (85,134,126). Sum of RGB (Red+Green+Blue) = 85+134+126=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #55867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55867E is #AA7981. Grayscale: #767676. Windows color (decimal): -11172226 or 8291925. OLE color: 8291925.

HSL color Cylindrical-coordinate representation of color #55867E: hue angle of 170.2º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55867E is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB85134126-
CMYK0.3700.060.47
HSL170.2º22.37%42.94%-
HSV(B)170.2º36.57%52.55%-
XYZ16.0420.4922.85-
YUV118.44132.27104.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=24.64%
G=38.84%
B=36.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851341260.3700.060.47170.222.3742.94
Hex55867E25062Faa162b
Octal1252061764506572522653
Binary101010110000110111111010010101101011111010101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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