#50847C

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

Shades of Breaker Bay #50847C

Tints of Breaker Bay #50847C

Color information

#50847C (or 0x50847C) is unknown color: approx Breaker Bay. HEX triplet: 50, 84 and 7C. RGB value is (80,132,124). Sum of RGB (Red+Green+Blue) = 80+132+124=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #50847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847C is #AF7B83. Grayscale: #737373. Windows color (decimal): -11500420 or 8160336. OLE color: 8160336.

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

Color convert

RGB80132124-
CMYK0.3900.060.48
HSL170.77º24.53%41.57%-
HSV(B)170.77º39.39%51.76%-
XYZ15.219.6622.06-
YUV115.54132.77102.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=23.81%
G=39.29%
B=36.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321240.3900.060.48170.7724.5341.57
Hex50847C270630ab192a
Octal1202041744706602533152
Binary101000010000100111110010011101101100001010101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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