#517976

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

Shades of Breaker Bay #517976

Tints of Breaker Bay #517976

Color information

#517976 (or 0x517976) is unknown color: approx Breaker Bay. HEX triplet: 51, 79 and 76. RGB value is (81,121,118). Sum of RGB (Red+Green+Blue) = 81+121+118=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #517976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517976 is #AE8689. Grayscale: #6C6C6C. Windows color (decimal): -11437706 or 7764305. OLE color: 7764305.

HSL color Cylindrical-coordinate representation of color #517976: hue angle of 175.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517976 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB81121118-
CMYK0.3300.020.53
HSL175.5º19.8%39.61%-
HSV(B)175.5º33.06%47.45%-
XYZ13.516.7319.66-
YUV108.7133.25108.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=25.31%
G=37.81%
B=36.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811211180.3300.020.53175.519.839.61
Hex517976210235b01428
Octal1211711664102652602450
Binary1010001111100111101101000010101101011011000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517976; }

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

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

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

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

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

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

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

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