#507C75

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

Shades of Breaker Bay #507C75

Tints of Breaker Bay #507C75

Color information

#507C75 (or 0x507C75) is unknown color: approx Breaker Bay. HEX triplet: 50, 7C and 75. RGB value is (80,124,117). Sum of RGB (Red+Green+Blue) = 80+124+117=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #507C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C75 is #AF838A. Grayscale: #6E6E6E. Windows color (decimal): -11502475 or 7699536. OLE color: 7699536.

HSL color Cylindrical-coordinate representation of color #507C75: hue angle of 170.45º 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 #507C75 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB80124117-
CMYK0.3500.060.51
HSL170.45º21.57%40%-
HSV(B)170.45º35.48%48.63%-
XYZ13.7317.4119.47-
YUV110.05131.92106.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=24.92%
G=38.63%
B=36.45%

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
Decimal801241170.3500.060.51170.4521.5740
Hex507C75230633aa1628
Octal1201741654306632522650
Binary10100001111100111010110001101101100111010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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