Html Css Color HEX #518280 Breaker Bay

📋 copy color: '#518280'

red 81 ◦ green 130 ◦ blue 128

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

Shades of Breaker Bay #518280

Tints of Breaker Bay #518280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 23.89%
G = 38.35%
B = 37.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#518280 (or 0x518280) is known color: Breaker Bay. HEX triplet: 51, 82 and 80. RGB value is (81,130,128). Sum of RGB (Red+Green+Blue) = 81+130+128=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #518280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518280 is #AE7D7F. Grayscale: #737373. Windows color (decimal): -11435392 or 8421969. OLE color: 8421969.

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

Color convert

RGB 81 130 128 -
CMYK 0.38 0 0.02 0.49
HSL 177.55º 0.23% 0.41% -
HSV(B) 177.55º 0.38% 0.51% -
XYZ 15.27 19.27 23.34 -
YUV 115.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 81 130 128 0.38 0 0.02 0.49 177.55 0.23 0.41
Hex 51 82 80 26 0 2 31 B2 17 29
Octal 121 202 200 46 0 2 61 262 27 51
Binary 1010001 10000010 10000000 100110 0 10 110001 10110010 10111 101001

Color Harmonies of #518280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518280

Black with #518280

Text Example


Text Example

White with #518280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518280; }

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

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

background-color css

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

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

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

border-color css

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

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

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