Html Css Color HEX #517E76 Breaker Bay

📋 copy color: '#517E76'

red 81 ◦ green 126 ◦ blue 118

#517E76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #517E76

Tints of Breaker Bay #517E76

RGB

 RED value IS 81 (32.03% from 255) = 24.92%

 GREEN value IS 126 (49.61% from 255) = 38.77%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 24.92%
G = 38.77%
B = 36.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#517E76 (or 0x517E76) is known color: Breaker Bay. HEX triplet: 51, 7E and 76. RGB value is (81,126,118). Sum of RGB (Red+Green+Blue) = 81+126+118=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #517E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E76 is #AE8189. Grayscale: #6F6F6F. Windows color (decimal): -11436426 or 7765585. OLE color: 7765585.

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

Color convert

RGB 81 126 118 -
CMYK 0.36 0 0.06 0.51
HSL 169.33º 0.22% 0.41% -
HSV(B) 169.33º 0.36% 0.49% -
XYZ 14.12 17.98 19.87 -
YUV 111.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 81 126 118 0.36 0 0.06 0.51 169.33 0.22 0.41
Hex 51 7E 76 24 0 6 33 A9 16 29
Octal 121 176 166 44 0 6 63 251 26 51
Binary 1010001 1111110 1110110 100100 0 110 110011 10101001 10110 101001

Color Harmonies of #517E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E76

Black with #517E76

Text Example


Text Example

White with #517E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #517E76;
 }
 .AnyTagClassName
 {
   color: #517E76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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