Html Css Color HEX #519C86 Lochinvar

📋 copy color: '#519C86'

red 81 ◦ green 156 ◦ blue 134

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

Shades of Lochinvar #519C86

Tints of Lochinvar #519C86

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.05%

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

R = 21.83%
G = 42.05%
B = 36.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#519C86 (or 0x519C86) is known color: Lochinvar. HEX triplet: 51, 9C and 86. RGB value is (81,156,134). Sum of RGB (Red+Green+Blue) = 81+156+134=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #519C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519C86 is #AE6379. Grayscale: #838383. Windows color (decimal): -11428730 or 8821841. OLE color: 8821841.

HSL color Cylindrical-coordinate representation of color #519C86: hue angle of 162.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C86 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 156 134 -
CMYK 0.48 0 0.14 0.39
HSL 162.4º 0.32% 0.46% -
HSV(B) 162.4º 0.48% 0.61% -
XYZ 19.58 27.25 26.78 -
YUV 131.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 81 156 134 0.48 0 0.14 0.39 162.4 0.32 0.46
Hex 51 9C 86 30 0 E 27 A2 20 2E
Octal 121 234 206 60 0 16 47 242 40 56
Binary 1010001 10011100 10000110 110000 0 1110 100111 10100010 100000 101110

Color Harmonies of #519C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C86

Black with #519C86

Text Example


Text Example

White with #519C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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