#517374

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

Shades of Breaker Bay #517374

Tints of Breaker Bay #517374

Color information

#517374 (or 0x517374) is unknown color: approx Breaker Bay. HEX triplet: 51, 73 and 74. RGB value is (81,115,116). Sum of RGB (Red+Green+Blue) = 81+115+116=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #517374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517374 is #AE8C8B. Grayscale: #686868. Windows color (decimal): -11439244 or 7631697. OLE color: 7631697.

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

Color convert

RGB81115116-
CMYK0.300.0100.55
HSL181.71º17.77%38.63%-
HSV(B)181.71º30.17%45.49%-
XYZ12.6815.2718.8-
YUV104.95134.24110.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=25.96%
G=36.86%
B=37.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811151160.300.0100.55181.7117.7738.63
Hex5173741E1037b61227
Octal1211631643610672662247
Binary10100011110011111010011110101101111011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517374; }

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

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

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

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

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

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

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

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