#50857E

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

Shades of Breaker Bay #50857E

Tints of Breaker Bay #50857E

Color information

#50857E (or 0x50857E) is unknown color: approx Breaker Bay. HEX triplet: 50, 85 and 7E. RGB value is (80,133,126). Sum of RGB (Red+Green+Blue) = 80+133+126=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #50857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50857E is #AF7A81. Grayscale: #747474. Windows color (decimal): -11500162 or 8291664. OLE color: 8291664.

HSL color Cylindrical-coordinate representation of color #50857E: hue angle of 172.08º 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 #50857E is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB80133126-
CMYK0.4000.050.48
HSL172.08º24.88%41.76%-
HSV(B)172.08º39.85%52.16%-
XYZ15.4619.9922.78-
YUV116.36133.44102.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=23.60%
G=39.23%
B=37.17%

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
Decimal801331260.4000.050.48172.0824.8841.76
Hex50857E280530ac192a
Octal1202051765005602543152
Binary101000010000101111111010100001011100001010110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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