Html Css Color HEX #519081 Lochinvar

📋 copy color: '#519081'

red 81 ◦ green 144 ◦ blue 129

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

Shades of Lochinvar #519081

Tints of Lochinvar #519081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

 BLUE value IS 129 (50.78% from 255) = 36.44%

R = 22.88%
G = 40.68%
B = 36.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#519081 (or 0x519081) is known color: Lochinvar. HEX triplet: 51, 90 and 81. RGB value is (81,144,129). Sum of RGB (Red+Green+Blue) = 81+144+129=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #519081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519081 is #AE6F7E. Grayscale: #7B7B7B. Windows color (decimal): -11431807 or 8491089. OLE color: 8491089.

HSL color Cylindrical-coordinate representation of color #519081: hue angle of 165.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519081 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 144 129 -
CMYK 0.44 0 0.10 0.44
HSL 165.71º 0.28% 0.44% -
HSV(B) 165.71º 0.44% 0.56% -
XYZ 17.33 23.28 24.35 -
YUV 123.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 81 144 129 0.44 0 0.10 0.44 165.71 0.28 0.44
Hex 51 90 81 2C 0 A 2C A6 1C 2C
Octal 121 220 201 54 0 12 54 246 34 54
Binary 1010001 10010000 10000001 101100 0 1010 101100 10100110 11100 101100

Color Harmonies of #519081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519081

Black with #519081

Text Example


Text Example

White with #519081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519081; }

 p { color: rgb(81,144,129); }

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

background-color css

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

 a { background-color: rgb(81,144,129); }

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

border-color css

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

 span { border-color: rgb(81,144,129); }

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