#50847F

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

Shades of Breaker Bay #50847F

Tints of Breaker Bay #50847F

Color information

#50847F (or 0x50847F) is unknown color: approx Breaker Bay. HEX triplet: 50, 84 and 7F. RGB value is (80,132,127). Sum of RGB (Red+Green+Blue) = 80+132+127=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #50847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847F is #AF7B80. Grayscale: #737373. Windows color (decimal): -11500417 or 8356944. OLE color: 8356944.

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

Color convert

RGB80132127-
CMYK0.3900.040.48
HSL174.23º24.53%41.57%-
HSV(B)174.23º39.39%51.76%-
XYZ15.3919.7423.08-
YUV115.88134.27102.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 127 (50% from 255) = 37.46%
R=23.60%
G=38.94%
B=37.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321270.3900.040.48174.2324.5341.57
Hex50847F270430ae192a
Octal1202041774704602563152
Binary101000010000100111111110011101001100001010111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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