#50857F

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

Shades of Breaker Bay #50857F

Tints of Breaker Bay #50857F

Color information

#50857F (or 0x50857F) is unknown color: approx Breaker Bay. HEX triplet: 50, 85 and 7F. RGB value is (80,133,127). Sum of RGB (Red+Green+Blue) = 80+133+127=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #50857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50857F is #AF7A80. Grayscale: #747474. Windows color (decimal): -11500161 or 8357200. OLE color: 8357200.

HSL color Cylindrical-coordinate representation of color #50857F: hue angle of 173.21º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50857F is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB80133127-
CMYK0.4000.050.48
HSL173.21º24.88%41.76%-
HSV(B)173.21º39.85%52.16%-
XYZ15.5320.0123.12-
YUV116.47133.94101.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 127 (50% from 255) = 37.35%
R=23.53%
G=39.12%
B=37.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801331270.4000.050.48173.2124.8841.76
Hex50857F280530ad192a
Octal1202051775005602553152
Binary101000010000101111111110100001011100001010110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50857F; }

 p { color: rgb(80,133,127); }

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

<style>
 a { background-color: #50857F; }

 a { background-color: rgb(80,133,127); }

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

<style>
 span { border-color: #50857F; }

 span { border-color: rgb(80,133,127); }

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