Html Css Color HEX #519986 Lochinvar

📋 copy color: '#519986'

red 81 ◦ green 153 ◦ blue 134

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

Shades of Lochinvar #519986

Tints of Lochinvar #519986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 22.01%
G = 41.58%
B = 36.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#519986 (or 0x519986) is known color: Lochinvar. HEX triplet: 51, 99 and 86. RGB value is (81,153,134). Sum of RGB (Red+Green+Blue) = 81+153+134=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #519986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519986 is #AE6679. Grayscale: #818181. Windows color (decimal): -11429498 or 8821073. OLE color: 8821073.

HSL color Cylindrical-coordinate representation of color #519986: hue angle of 164.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519986 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 134 -
CMYK 0.47 0 0.12 0.4
HSL 164.17º 0.31% 0.46% -
HSV(B) 164.17º 0.47% 0.6% -
XYZ 19.09 26.25 26.62 -
YUV 129.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 81 153 134 0.47 0 0.12 0.4 164.17 0.31 0.46
Hex 51 99 86 2F 0 C 28 A4 1F 2E
Octal 121 231 206 57 0 14 50 244 37 56
Binary 1010001 10011001 10000110 101111 0 1100 101000 10100100 11111 101110

Color Harmonies of #519986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519986

Black with #519986

Text Example


Text Example

White with #519986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519986; }

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

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

background-color css

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

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

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

border-color css

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

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

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