#50817E

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

Shades of Breaker Bay #50817E

Tints of Breaker Bay #50817E

Color information

#50817E (or 0x50817E) is unknown color: approx Breaker Bay. HEX triplet: 50, 81 and 7E. RGB value is (80,129,126). Sum of RGB (Red+Green+Blue) = 80+129+126=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #50817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50817E is #AF7E81. Grayscale: #717171. Windows color (decimal): -11501186 or 8290640. OLE color: 8290640.

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

Color convert

RGB80129126-
CMYK0.3800.020.49
HSL176.33º23.44%40.98%-
HSV(B)176.33º37.98%50.59%-
XYZ14.9218.9122.6-
YUV114.01134.77103.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=23.88%
G=38.51%
B=37.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801291260.3800.020.49176.3323.4440.98
Hex50817E260231b01729
Octal1202011764602612602751
Binary10100001000000111111101001100101100011011000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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