#517776

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

Shades of Breaker Bay #517776

Tints of Breaker Bay #517776

Color information

#517776 (or 0x517776) is unknown color: approx Breaker Bay. HEX triplet: 51, 77 and 76. RGB value is (81,119,118). Sum of RGB (Red+Green+Blue) = 81+119+118=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #517776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517776 is #AE8889. Grayscale: #6B6B6B. Windows color (decimal): -11438218 or 7763793. OLE color: 7763793.

HSL color Cylindrical-coordinate representation of color #517776: hue angle of 178.42º 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 #517776 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB81119118-
CMYK0.3200.010.53
HSL178.42º19%39.22%-
HSV(B)178.42º31.93%46.67%-
XYZ13.2616.2519.58-
YUV107.52133.91109.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=25.47%
G=37.42%
B=37.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811191180.3200.010.53178.421939.22
Hex517776200135b21327
Octal1211671664001652622347
Binary101000111101111110110100000011101011011001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517776; }

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

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

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

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

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

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

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

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