#507476

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

Shades of Breaker Bay #507476

Tints of Breaker Bay #507476

Color information

#507476 (or 0x507476) is unknown color: approx Breaker Bay. HEX triplet: 50, 74 and 76. RGB value is (80,116,118). Sum of RGB (Red+Green+Blue) = 80+116+118=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #507476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507476 is #AF8B89. Grayscale: #696969. Windows color (decimal): -11504522 or 7763024. OLE color: 7763024.

HSL color Cylindrical-coordinate representation of color #507476: hue angle of 183.16º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507476 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80116118-
CMYK0.320.0200.54
HSL183.16º19.19%38.82%-
HSV(B)183.16º32.2%46.27%-
XYZ12.8215.519.46-
YUV105.46135.07109.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=25.48%
G=36.94%
B=37.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801161180.320.0200.54183.1619.1938.82
Hex507476202036b71327
Octal1201641664020662672347
Binary1010000111010011101101000001001101101011011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507476; }

 p { color: rgb(80,116,118); }

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

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

 a { background-color: rgb(80,116,118); }

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

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

 span { border-color: rgb(80,116,118); }

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