#517476

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

Shades of Breaker Bay #517476

Tints of Breaker Bay #517476

Color information

#517476 (or 0x517476) is unknown color: approx Breaker Bay. HEX triplet: 51, 74 and 76. RGB value is (81,116,118). Sum of RGB (Red+Green+Blue) = 81+116+118=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #517476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517476 is #AE8B89. Grayscale: #696969. Windows color (decimal): -11438986 or 7763025. OLE color: 7763025.

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

Color convert

RGB81116118-
CMYK0.310.0200.54
HSL183.24º18.59%39.02%-
HSV(B)183.24º31.36%46.27%-
XYZ12.9115.5519.46-
YUV105.76134.9110.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=25.71%
G=36.83%
B=37.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811161180.310.0200.54183.2418.5939.02
Hex5174761F2036b71327
Octal1211641663720662672347
Binary101000111101001110110111111001101101011011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517476; }

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

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

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

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

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

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

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

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