#50817F

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

Shades of Breaker Bay #50817F

Tints of Breaker Bay #50817F

Color information

#50817F (or 0x50817F) is unknown color: approx Breaker Bay. HEX triplet: 50, 81 and 7F. RGB value is (80,129,127). Sum of RGB (Red+Green+Blue) = 80+129+127=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #50817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50817F is #AF7E80. Grayscale: #727272. Windows color (decimal): -11501185 or 8356176. OLE color: 8356176.

HSL color Cylindrical-coordinate representation of color #50817F: hue angle of 177.55º 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 #50817F is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB80129127-
CMYK0.3800.020.49
HSL177.55º23.44%40.98%-
HSV(B)177.55º37.98%50.59%-
XYZ14.9918.9422.94-
YUV114.12135.27103.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 127 (50% from 255) = 37.80%
R=23.81%
G=38.39%
B=37.80%

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
Decimal801291270.3800.020.49177.5523.4440.98
Hex50817F260231b21729
Octal1202011774602612622751
Binary10100001000000111111111001100101100011011001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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