#517173

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

Shades of Breaker Bay #517173

Tints of Breaker Bay #517173

Color information

#517173 (or 0x517173) is unknown color: approx Breaker Bay. HEX triplet: 51, 71 and 73. RGB value is (81,113,115). Sum of RGB (Red+Green+Blue) = 81+113+115=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #517173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517173 is #AE8E8C. Grayscale: #676767. Windows color (decimal): -11439757 or 7565649. OLE color: 7565649.

HSL color Cylindrical-coordinate representation of color #517173: hue angle of 183.53º 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 #517173 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81113115-
CMYK0.300.0200.55
HSL183.53º17.35%38.43%-
HSV(B)183.53º29.57%45.1%-
XYZ12.3914.818.42-
YUV103.66134.4111.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=26.21%
G=36.57%
B=37.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811131150.300.0200.55183.5317.3538.43
Hex5171731E2037b81126
Octal1211611633620672702146
Binary101000111100011110011111101001101111011100010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517173; }

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

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

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

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

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

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

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

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