#517174

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

Shades of Breaker Bay #517174

Tints of Breaker Bay #517174

Color information

#517174 (or 0x517174) is unknown color: approx Breaker Bay. HEX triplet: 51, 71 and 74. RGB value is (81,113,116). Sum of RGB (Red+Green+Blue) = 81+113+116=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #517174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517174 is #AE8E8B. Grayscale: #676767. Windows color (decimal): -11439756 or 7631185. OLE color: 7631185.

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

Color convert

RGB81113116-
CMYK0.300.0300.55
HSL185.14º17.77%38.63%-
HSV(B)185.14º30.17%45.49%-
XYZ12.4514.8218.73-
YUV103.77134.9111.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=26.13%
G=36.45%
B=37.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811131160.300.0300.55185.1417.7738.63
Hex5171741E3037b91227
Octal1211611643630672712247
Binary101000111100011110100111101101101111011100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517174; }

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

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

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

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

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

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

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

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