#50807E

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

Shades of Breaker Bay #50807E

Tints of Breaker Bay #50807E

Color information

#50807E (or 0x50807E) is unknown color: approx Breaker Bay. HEX triplet: 50, 80 and 7E. RGB value is (80,128,126). Sum of RGB (Red+Green+Blue) = 80+128+126=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #50807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50807E is #AF7F81. Grayscale: #717171. Windows color (decimal): -11501442 or 8290384. OLE color: 8290384.

HSL color Cylindrical-coordinate representation of color #50807E: hue angle of 177.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50807E is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB80128126-
CMYK0.3800.020.50
HSL177.5º23.08%40.78%-
HSV(B)177.5º37.5%50.2%-
XYZ14.7918.6522.56-
YUV113.42135.1104.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=23.95%
G=38.32%
B=37.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801281260.3800.020.50177.523.0840.78
Hex50807E260232b11729
Octal1202001764602622612751
Binary10100001000000011111101001100101100101011000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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