#507C74

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

Shades of Breaker Bay #507C74

Tints of Breaker Bay #507C74

Color information

#507C74 (or 0x507C74) is unknown color: approx Breaker Bay. HEX triplet: 50, 7C and 74. RGB value is (80,124,116). Sum of RGB (Red+Green+Blue) = 80+124+116=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #507C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C74 is #AF838B. Grayscale: #6D6D6D. Windows color (decimal): -11502476 or 7634000. OLE color: 7634000.

HSL color Cylindrical-coordinate representation of color #507C74: hue angle of 169.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C74 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB80124116-
CMYK0.3500.060.51
HSL169.09º21.57%40%-
HSV(B)169.09º35.48%48.63%-
XYZ13.6717.3819.16-
YUV109.93131.42106.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 124 (48.83% from 255) = 38.75%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=25%
G=38.75%
B=36.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801241160.3500.060.51169.0921.5740
Hex507C74230633a91628
Octal1201741644306632512650
Binary10100001111100111010010001101101100111010100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507C74; }

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

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

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

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

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

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

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

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