#507576

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

Shades of Breaker Bay #507576

Tints of Breaker Bay #507576

Color information

#507576 (or 0x507576) is unknown color: approx Breaker Bay. HEX triplet: 50, 75 and 76. RGB value is (80,117,118). Sum of RGB (Red+Green+Blue) = 80+117+118=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #507576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507576 is #AF8A89. Grayscale: #6A6A6A. Windows color (decimal): -11504266 or 7763280. OLE color: 7763280.

HSL color Cylindrical-coordinate representation of color #507576: hue angle of 181.58º 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 #507576 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80117118-
CMYK0.320.0100.54
HSL181.58º19.19%38.82%-
HSV(B)181.58º32.2%46.27%-
XYZ12.9415.7419.49-
YUV106.05134.74109.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=25.40%
G=37.14%
B=37.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801171180.320.0100.54181.5819.1938.82
Hex507576201036b61327
Octal1201651664010662662347
Binary101000011101011110110100000101101101011011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507576; }

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

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

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

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

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

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

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

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