#50847B

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

Shades of Breaker Bay #50847B

Tints of Breaker Bay #50847B

Color information

#50847B (or 0x50847B) is unknown color: approx Breaker Bay. HEX triplet: 50, 84 and 7B. RGB value is (80,132,123). Sum of RGB (Red+Green+Blue) = 80+132+123=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #50847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847B is #AF7B84. Grayscale: #737373. Windows color (decimal): -11500421 or 8094800. OLE color: 8094800.

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

Color convert

RGB80132123-
CMYK0.3900.070.48
HSL169.62º24.53%41.57%-
HSV(B)169.62º39.39%51.76%-
XYZ15.1319.6421.73-
YUV115.43132.27102.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=23.88%
G=39.40%
B=36.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321230.3900.070.48169.6224.5341.57
Hex50847B270730aa192a
Octal1202041734707602523152
Binary101000010000100111101110011101111100001010101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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