Html Css Color HEX #519787 Lochinvar

📋 copy color: '#519787'

red 81 ◦ green 151 ◦ blue 135

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

Shades of Lochinvar #519787

Tints of Lochinvar #519787

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.14%

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

R = 22.07%
G = 41.14%
B = 36.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#519787 (or 0x519787) is known color: Lochinvar. HEX triplet: 51, 97 and 87. RGB value is (81,151,135). Sum of RGB (Red+Green+Blue) = 81+151+135=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #519787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519787 is #AE6878. Grayscale: #808080. Windows color (decimal): -11430009 or 8886097. OLE color: 8886097.

HSL color Cylindrical-coordinate representation of color #519787: hue angle of 166.29º 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 #519787 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 135 -
CMYK 0.46 0 0.11 0.41
HSL 166.29º 0.3% 0.45% -
HSV(B) 166.29º 0.46% 0.59% -
XYZ 18.83 25.63 26.88 -
YUV 128.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 81 151 135 0.46 0 0.11 0.41 166.29 0.3 0.45
Hex 51 97 87 2E 0 B 29 A6 1E 2D
Octal 121 227 207 56 0 13 51 246 36 55
Binary 1010001 10010111 10000111 101110 0 1011 101001 10100110 11110 101101

Color Harmonies of #519787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519787

Black with #519787

Text Example


Text Example

White with #519787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519787; }

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

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

background-color css

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

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

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

border-color css

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

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

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