#517E75

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

Shades of Breaker Bay #517E75

Tints of Breaker Bay #517E75

Color information

#517E75 (or 0x517E75) is unknown color: approx Breaker Bay. HEX triplet: 51, 7E and 75. RGB value is (81,126,117). Sum of RGB (Red+Green+Blue) = 81+126+117=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #517E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E75 is #AE818A. Grayscale: #6F6F6F. Windows color (decimal): -11436427 or 7700049. OLE color: 7700049.

HSL color Cylindrical-coordinate representation of color #517E75: hue angle of 168º 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 #517E75 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB81126117-
CMYK0.3600.070.51
HSL168º21.74%40.59%-
HSV(B)168º35.71%49.41%-
XYZ14.0717.9619.55-
YUV111.52131.09106.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 126 (49.61% from 255) = 38.89%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=25%
G=38.89%
B=36.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811261170.3600.070.5116821.7440.59
Hex517E75240733a81629
Octal1211761654407632502651
Binary10100011111110111010110010001111100111010100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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