Html Css Color HEX #517B76 Breaker Bay

📋 copy color: '#517B76'

red 81 ◦ green 123 ◦ blue 118

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

Shades of Breaker Bay #517B76

Tints of Breaker Bay #517B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.2%

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

R = 25.16%
G = 38.2%
B = 36.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#517B76 (or 0x517B76) is known color: Breaker Bay. HEX triplet: 51, 7B and 76. RGB value is (81,123,118). Sum of RGB (Red+Green+Blue) = 81+123+118=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #517B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B76 is #AE8489. Grayscale: #6D6D6D. Windows color (decimal): -11437194 or 7764817. OLE color: 7764817.

HSL color Cylindrical-coordinate representation of color #517B76: hue angle of 172.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517B76 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 123 118 -
CMYK 0.34 0 0.04 0.52
HSL 172.86º 0.21% 0.4% -
HSV(B) 172.86º 0.34% 0.48% -
XYZ 13.75 17.22 19.74 -
YUV 109.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 81 123 118 0.34 0 0.04 0.52 172.86 0.21 0.4
Hex 51 7B 76 22 0 4 34 AD 15 28
Octal 121 173 166 42 0 4 64 255 25 50
Binary 1010001 1111011 1110110 100010 0 100 110100 10101101 10101 101000

Color Harmonies of #517B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517B76

Black with #517B76

Text Example


Text Example

White with #517B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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