#50837D

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

Shades of Breaker Bay #50837D

Tints of Breaker Bay #50837D

Color information

#50837D (or 0x50837D) is unknown color: approx Breaker Bay. HEX triplet: 50, 83 and 7D. RGB value is (80,131,125). Sum of RGB (Red+Green+Blue) = 80+131+125=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #50837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50837D is #AF7C82. Grayscale: #737373. Windows color (decimal): -11500675 or 8225616. OLE color: 8225616.

HSL color Cylindrical-coordinate representation of color #50837D: hue angle of 172.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50837D is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB80131125-
CMYK0.3900.050.49
HSL172.94º24.17%41.37%-
HSV(B)172.94º38.93%51.37%-
XYZ15.1319.4222.35-
YUV115.07133.6102.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=23.81%
G=38.99%
B=37.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801311250.3900.050.49172.9424.1741.37
Hex50837D270531ad1829
Octal1202031754705612553051
Binary101000010000011111110110011101011100011010110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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