#507573

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

Shades of Breaker Bay #507573

Tints of Breaker Bay #507573

Color information

#507573 (or 0x507573) is unknown color: approx Breaker Bay. HEX triplet: 50, 75 and 73. RGB value is (80,117,115). Sum of RGB (Red+Green+Blue) = 80+117+115=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #507573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507573 is #AF8A8C. Grayscale: #696969. Windows color (decimal): -11504269 or 7566672. OLE color: 7566672.

HSL color Cylindrical-coordinate representation of color #507573: hue angle of 176.76º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507573 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB80117115-
CMYK0.3200.020.54
HSL176.76º18.78%38.63%-
HSV(B)176.76º31.62%45.88%-
XYZ12.7615.6718.57-
YUV105.71133.24109.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=25.64%
G=37.5%
B=36.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801171150.3200.020.54176.7618.7838.63
Hex507573200236b11327
Octal1201651634002662612347
Binary1010000111010111100111000000101101101011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507573; }

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

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

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

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

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

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

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

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