#507677

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

Shades of Breaker Bay #507677

Tints of Breaker Bay #507677

Color information

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

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

Color convert

RGB80118119-
CMYK0.330.0100.53
HSL181.54º19.6%39.02%-
HSV(B)181.54º32.77%46.67%-
XYZ13.1215.9919.85-
YUV106.75134.91108.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801181190.330.0100.53181.5419.639.02
Hex507677211035b61427
Octal1201661674110652662447
Binary101000011101101110111100001101101011011011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507677; }

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

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

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

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

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

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

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

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