#50847D

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

Shades of Breaker Bay #50847D

Tints of Breaker Bay #50847D

Color information

#50847D (or 0x50847D) is unknown color: approx Breaker Bay. HEX triplet: 50, 84 and 7D. RGB value is (80,132,125). Sum of RGB (Red+Green+Blue) = 80+132+125=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #50847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847D is #AF7B82. Grayscale: #737373. Windows color (decimal): -11500419 or 8225872. OLE color: 8225872.

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

Color convert

RGB80132125-
CMYK0.3900.050.48
HSL171.92º24.53%41.57%-
HSV(B)171.92º39.39%51.76%-
XYZ15.2619.6922.4-
YUV115.65133.27102.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=23.74%
G=39.17%
B=37.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321250.3900.050.48171.9224.5341.57
Hex50847D270530ac192a
Octal1202041754705602543152
Binary101000010000100111110110011101011100001010110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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