#517477

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

Shades of Breaker Bay #517477

Tints of Breaker Bay #517477

Color information

#517477 (or 0x517477) is unknown color: approx Breaker Bay. HEX triplet: 51, 74 and 77. RGB value is (81,116,119). Sum of RGB (Red+Green+Blue) = 81+116+119=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #517477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517477 is #AE8B88. Grayscale: #696969. Windows color (decimal): -11438985 or 7828561. OLE color: 7828561.

HSL color Cylindrical-coordinate representation of color #517477: hue angle of 184.74º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517477 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81116119-
CMYK0.320.0300.53
HSL184.74º19%39.22%-
HSV(B)184.74º31.93%46.67%-
XYZ12.9715.5719.77-
YUV105.88135.4110.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=25.63%
G=36.71%
B=37.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811161190.320.0300.53184.741939.22
Hex517477203035b91327
Octal1211641674030652712347
Binary1010001111010011101111000001101101011011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517477; }

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

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

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

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

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

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

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

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