#50847A

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

Shades of Breaker Bay #50847A

Tints of Breaker Bay #50847A

Color information

#50847A (or 0x50847A) is unknown color: approx Breaker Bay. HEX triplet: 50, 84 and 7A. RGB value is (80,132,122). Sum of RGB (Red+Green+Blue) = 80+132+122=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #50847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847A is #AF7B85. Grayscale: #737373. Windows color (decimal): -11500422 or 8029264. OLE color: 8029264.

HSL color Cylindrical-coordinate representation of color #50847A: hue angle of 168.46º 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 #50847A is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB80132122-
CMYK0.3900.080.48
HSL168.46º24.53%41.57%-
HSV(B)168.46º39.39%51.76%-
XYZ15.0719.6121.4-
YUV115.31131.77102.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=23.95%
G=39.52%
B=36.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321220.3900.080.48168.4624.5341.57
Hex50847A270830a8192a
Octal12020417247010602503152
Binary1010000100001001111010100111010001100001010100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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