#517E7B

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

Shades of Breaker Bay #517E7B

Tints of Breaker Bay #517E7B

Color information

#517E7B (or 0x517E7B) is unknown color: approx Breaker Bay. HEX triplet: 51, 7E and 7B. RGB value is (81,126,123). Sum of RGB (Red+Green+Blue) = 81+126+123=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 126 - color contains mainly: green. Hex color #517E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E7B is #AE8184. Grayscale: #707070. Windows color (decimal): -11436421 or 8093265. OLE color: 8093265.

HSL color Cylindrical-coordinate representation of color #517E7B: hue angle of 176º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517E7B is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB81126123-
CMYK0.3600.020.51
HSL176º21.74%40.59%-
HSV(B)176º35.71%49.41%-
XYZ14.4318.121.47-
YUV112.2134.09105.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=24.55%
G=38.18%
B=37.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811261230.3600.020.5117621.7440.59
Hex517E7B240233b01629
Octal1211761734402632602651
Binary1010001111111011110111001000101100111011000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517E7B; }

 p { color: rgb(81,126,123); }

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

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

 a { background-color: rgb(81,126,123); }

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

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

 span { border-color: rgb(81,126,123); }

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