Html Css Color HEX #519687 Lochinvar

📋 copy color: '#519687'

red 81 ◦ green 150 ◦ blue 135

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

Shades of Lochinvar #519687

Tints of Lochinvar #519687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 135 (53.13% from 255) = 36.89%

R = 22.13%
G = 40.98%
B = 36.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#519687 (or 0x519687) is known color: Lochinvar. HEX triplet: 51, 96 and 87. RGB value is (81,150,135). Sum of RGB (Red+Green+Blue) = 81+150+135=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #519687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519687 is #AE6978. Grayscale: #7F7F7F. Windows color (decimal): -11430265 or 8885841. OLE color: 8885841.

HSL color Cylindrical-coordinate representation of color #519687: hue angle of 166.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519687 is Cyan = 0.46, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 135 -
CMYK 0.46 0 0.1 0.41
HSL 166.96º 0.3% 0.45% -
HSV(B) 166.96º 0.46% 0.59% -
XYZ 18.67 25.31 26.82 -
YUV 127.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 81 150 135 0.46 0 0.1 0.41 166.96 0.3 0.45
Hex 51 96 87 2E 0 A 29 A7 1E 2D
Octal 121 226 207 56 0 12 51 247 36 55
Binary 1010001 10010110 10000111 101110 0 1010 101001 10100111 11110 101101

Color Harmonies of #519687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519687

Black with #519687

Text Example


Text Example

White with #519687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519687; }

 p { color: rgb(81,150,135); }

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

background-color css

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

 a { background-color: rgb(81,150,135); }

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

border-color css

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

 span { border-color: rgb(81,150,135); }

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