#507679

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

Shades of Breaker Bay #507679

Tints of Breaker Bay #507679

Color information

#507679 (or 0x507679) is unknown color: approx Breaker Bay. HEX triplet: 50, 76 and 79. RGB value is (80,118,121). Sum of RGB (Red+Green+Blue) = 80+118+121=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #507679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507679 is #AF8986. Grayscale: #6A6A6A. Windows color (decimal): -11504007 or 7960144. OLE color: 7960144.

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

Color convert

RGB80118121-
CMYK0.340.0200.53
HSL184.39º20.4%39.41%-
HSV(B)184.39º33.88%47.45%-
XYZ13.2416.0420.49-
YUV106.98135.91108.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=25.08%
G=36.99%
B=37.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801181210.340.0200.53184.3920.439.41
Hex507679222035b81427
Octal1201661714220652702447
Binary1010000111011011110011000101001101011011100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507679; }

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

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

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

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

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

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

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

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