Html Css Color HEX #518176 Breaker Bay

📋 copy color: '#518176'

red 81 ◦ green 129 ◦ blue 118

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

Shades of Breaker Bay #518176

Tints of Breaker Bay #518176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

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

R = 24.7%
G = 39.33%
B = 35.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#518176 (or 0x518176) is known color: Breaker Bay. HEX triplet: 51, 81 and 76. RGB value is (81,129,118). Sum of RGB (Red+Green+Blue) = 81+129+118=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #518176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518176 is #AE7E89. Grayscale: #717171. Windows color (decimal): -11435658 or 7766353. OLE color: 7766353.

HSL color Cylindrical-coordinate representation of color #518176: hue angle of 166.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518176 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 129 118 -
CMYK 0.37 0 0.09 0.49
HSL 166.25º 0.23% 0.41% -
HSV(B) 166.25º 0.37% 0.51% -
XYZ 14.51 18.76 20 -
YUV 113.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 81 129 118 0.37 0 0.09 0.49 166.25 0.23 0.41
Hex 51 81 76 25 0 9 31 A6 17 29
Octal 121 201 166 45 0 11 61 246 27 51
Binary 1010001 10000001 1110110 100101 0 1001 110001 10100110 10111 101001

Color Harmonies of #518176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518176

Black with #518176

Text Example


Text Example

White with #518176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518176; }

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

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

background-color css

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

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

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

border-color css

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

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

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