Html Css Color HEX #517E79 Breaker Bay

📋 copy color: '#517E79'

red 81 ◦ green 126 ◦ blue 121

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

Shades of Breaker Bay #517E79

Tints of Breaker Bay #517E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 24.7%
G = 38.41%
B = 36.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#517E79 (or 0x517E79) is known color: Breaker Bay. HEX triplet: 51, 7E and 79. RGB value is (81,126,121). Sum of RGB (Red+Green+Blue) = 81+126+121=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 126 - color contains mainly: green. Hex color #517E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E79 is #AE8186. Grayscale: #6F6F6F. Windows color (decimal): -11436423 or 7962193. OLE color: 7962193.

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

Color convert

RGB 81 126 121 -
CMYK 0.36 0 0.04 0.51
HSL 173.33º 0.22% 0.41% -
HSV(B) 173.33º 0.36% 0.49% -
XYZ 14.31 18.05 20.82 -
YUV 111.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 81 126 121 0.36 0 0.04 0.51 173.33 0.22 0.41
Hex 51 7E 79 24 0 4 33 AD 16 29
Octal 121 176 171 44 0 4 63 255 26 51
Binary 1010001 1111110 1111001 100100 0 100 110011 10101101 10110 101001

Color Harmonies of #517E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E79

Black with #517E79

Text Example


Text Example

White with #517E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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