#55857e

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

Shades of Breaker Bay #55857E

Tints of Breaker Bay #55857E

Color information

#55857E (or 0x55857E) is unknown color: approx Breaker Bay. HEX triplet: 55, 85 and 7E. RGB value is (85,133,126). Sum of RGB (Red+Green+Blue) = 85+133+126=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #55857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55857E is #AA7A81. Grayscale: #757575. Windows color (decimal): -11172482 or 8291669. OLE color: 8291669.

HSL color Cylindrical-coordinate representation of color #55857E: hue angle of 171.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55857E is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB85133126-
CMYK0.3600.050.48
HSL171.25º22.02%42.75%-
HSV(B)171.25º36.09%52.16%-
XYZ15.920.2122.8-
YUV117.85132.6104.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=24.71%
G=38.66%
B=36.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851331260.3600.050.48171.2522.0242.75
Hex55857E240530ab162b
Octal1252051764405602532653
Binary101010110000101111111010010001011100001010101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55857e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55857e; }

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

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

<style>
 a { background-color: #55857e; }

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

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

<style>
 span { border-color: #55857e; }

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

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