Html Css Color HEX #517976 Breaker Bay

📋 copy color: '#517976'

red 81 ◦ green 121 ◦ blue 118

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

Shades of Breaker Bay #517976

Tints of Breaker Bay #517976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

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

R = 25.31%
G = 37.81%
B = 36.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#517976 (or 0x517976) is known color: Breaker Bay. HEX triplet: 51, 79 and 76. RGB value is (81,121,118). Sum of RGB (Red+Green+Blue) = 81+121+118=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #517976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517976 is #AE8689. Grayscale: #6C6C6C. Windows color (decimal): -11437706 or 7764305. OLE color: 7764305.

HSL color Cylindrical-coordinate representation of color #517976: hue angle of 175.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517976 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 121 118 -
CMYK 0.33 0 0.02 0.53
HSL 175.5º 0.2% 0.4% -
HSV(B) 175.5º 0.33% 0.47% -
XYZ 13.5 16.73 19.66 -
YUV 108.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 81 121 118 0.33 0 0.02 0.53 175.5 0.2 0.4
Hex 51 79 76 21 0 2 35 B0 14 28
Octal 121 171 166 41 0 2 65 260 24 50
Binary 1010001 1111001 1110110 100001 0 10 110101 10110000 10100 101000

Color Harmonies of #517976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517976

Black with #517976

Text Example


Text Example

White with #517976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517976; }

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

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

background-color css

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

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

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

border-color css

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

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

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