Html Css Color HEX #519982 Lochinvar

📋 copy color: '#519982'

red 81 ◦ green 153 ◦ blue 130

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

Shades of Lochinvar #519982

Tints of Lochinvar #519982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 22.25%
G = 42.03%
B = 35.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#519982 (or 0x519982) is known color: Lochinvar. HEX triplet: 51, 99 and 82. RGB value is (81,153,130). Sum of RGB (Red+Green+Blue) = 81+153+130=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #519982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519982 is #AE667D. Grayscale: #808080. Windows color (decimal): -11429502 or 8558929. OLE color: 8558929.

HSL color Cylindrical-coordinate representation of color #519982: hue angle of 160.83º 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 #519982 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 130 -
CMYK 0.47 0 0.15 0.4
HSL 160.83º 0.31% 0.46% -
HSV(B) 160.83º 0.47% 0.6% -
XYZ 18.81 26.14 25.17 -
YUV 128.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 81 153 130 0.47 0 0.15 0.4 160.83 0.31 0.46
Hex 51 99 82 2F 0 F 28 A1 1F 2E
Octal 121 231 202 57 0 17 50 241 37 56
Binary 1010001 10011001 10000010 101111 0 1111 101000 10100001 11111 101110

Color Harmonies of #519982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519982

Black with #519982

Text Example


Text Example

White with #519982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519982; }

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

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

background-color css

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

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

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

border-color css

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

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

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