#507776

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

Shades of Breaker Bay #507776

Tints of Breaker Bay #507776

Color information

#507776 (or 0x507776) is unknown color: approx Breaker Bay. HEX triplet: 50, 77 and 76. RGB value is (80,119,118). Sum of RGB (Red+Green+Blue) = 80+119+118=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #507776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507776 is #AF8889. Grayscale: #6B6B6B. Windows color (decimal): -11503754 or 7763792. OLE color: 7763792.

HSL color Cylindrical-coordinate representation of color #507776: hue angle of 178.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507776 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB80119118-
CMYK0.3300.010.53
HSL178.46º19.6%39.02%-
HSV(B)178.46º32.77%46.67%-
XYZ13.1816.2119.57-
YUV107.22134.08108.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=25.24%
G=37.54%
B=37.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801191180.3300.010.53178.4619.639.02
Hex507776210135b21427
Octal1201671664101652622447
Binary101000011101111110110100001011101011011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507776; }

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

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

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

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

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

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

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

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