Html Css Color HEX #518680 Breaker Bay

📋 copy color: '#518680'

red 81 ◦ green 134 ◦ blue 128

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

Shades of Breaker Bay #518680

Tints of Breaker Bay #518680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.07%

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

R = 23.62%
G = 39.07%
B = 37.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#518680 (or 0x518680) is known color: Breaker Bay. HEX triplet: 51, 86 and 80. RGB value is (81,134,128). Sum of RGB (Red+Green+Blue) = 81+134+128=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #518680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518680 is #AE797F. Grayscale: #757575. Windows color (decimal): -11434368 or 8422993. OLE color: 8422993.

HSL color Cylindrical-coordinate representation of color #518680: hue angle of 173.21º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518680 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 134 128 -
CMYK 0.40 0 0.04 0.47
HSL 173.21º 0.25% 0.42% -
HSV(B) 173.21º 0.4% 0.53% -
XYZ 15.81 20.36 23.52 -
YUV 117.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 81 134 128 0.40 0 0.04 0.47 173.21 0.25 0.42
Hex 51 86 80 28 0 4 2F AD 19 2A
Octal 121 206 200 50 0 4 57 255 31 52
Binary 1010001 10000110 10000000 101000 0 100 101111 10101101 11001 101010

Color Harmonies of #518680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518680

Black with #518680

Text Example


Text Example

White with #518680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518680; }

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

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

background-color css

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

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

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

border-color css

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

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

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