Html Css Color HEX #518180 Breaker Bay

📋 copy color: '#518180'

red 81 ◦ green 129 ◦ blue 128

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

Shades of Breaker Bay #518180

Tints of Breaker Bay #518180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.87%

R = 23.96%
G = 38.17%
B = 37.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#518180 (or 0x518180) is known color: Breaker Bay. HEX triplet: 51, 81 and 80. RGB value is (81,129,128). Sum of RGB (Red+Green+Blue) = 81+129+128=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #518180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518180 is #AE7E7F. Grayscale: #727272. Windows color (decimal): -11435648 or 8421713. OLE color: 8421713.

HSL color Cylindrical-coordinate representation of color #518180: hue angle of 178.75º 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 #518180 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 129 128 -
CMYK 0.37 0 0.01 0.49
HSL 178.75º 0.23% 0.41% -
HSV(B) 178.75º 0.37% 0.51% -
XYZ 15.14 19.01 23.29 -
YUV 114.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 81 129 128 0.37 0 0.01 0.49 178.75 0.23 0.41
Hex 51 81 80 25 0 1 31 B3 17 29
Octal 121 201 200 45 0 1 61 263 27 51
Binary 1010001 10000001 10000000 100101 0 1 110001 10110011 10111 101001

Color Harmonies of #518180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518180

Black with #518180

Text Example


Text Example

White with #518180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518180; }

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

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

background-color css

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

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

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

border-color css

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

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

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