#517373

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

Shades of Breaker Bay #517373

Tints of Breaker Bay #517373

Color information

#517373 (or 0x517373) is unknown color: approx Breaker Bay. HEX triplet: 51, 73 and 73. RGB value is (81,115,115). Sum of RGB (Red+Green+Blue) = 81+115+115=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #517373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517373 is #AE8C8C. Grayscale: #686868. Windows color (decimal): -11439245 or 7566161. OLE color: 7566161.

HSL color Cylindrical-coordinate representation of color #517373: hue angle of 180º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517373 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81115115-
CMYK0.30000.55
HSL180º17.35%38.43%-
HSV(B)180º29.57%45.1%-
XYZ12.6215.2518.5-
YUV104.83133.74111-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=26.05%
G=36.98%
B=36.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811151150.30000.5518017.3538.43
Hex5173731E0037b41126
Octal1211631633600672642146
Binary10100011110011111001111110001101111011010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517373; }

 p { color: rgb(81,115,115); }

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

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

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

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

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

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

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