Html Css Color HEX #519882 Lochinvar

📋 copy color: '#519882'

red 81 ◦ green 152 ◦ blue 130

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

Shades of Lochinvar #519882

Tints of Lochinvar #519882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.87%

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

R = 22.31%
G = 41.87%
B = 35.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#519882 (or 0x519882) is known color: Lochinvar. HEX triplet: 51, 98 and 82. RGB value is (81,152,130). Sum of RGB (Red+Green+Blue) = 81+152+130=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #519882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519882 is #AE677D. Grayscale: #808080. Windows color (decimal): -11429758 or 8558673. OLE color: 8558673.

HSL color Cylindrical-coordinate representation of color #519882: hue angle of 161.41º degrees, saturation: 0.3, 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 #519882 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 130 -
CMYK 0.47 0 0.14 0.40
HSL 161.41º 0.3% 0.46% -
HSV(B) 161.41º 0.47% 0.6% -
XYZ 18.65 25.82 25.12 -
YUV 128.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 81 152 130 0.47 0 0.14 0.40 161.41 0.3 0.46
Hex 51 98 82 2F 0 E 28 A1 1E 2E
Octal 121 230 202 57 0 16 50 241 36 56
Binary 1010001 10011000 10000010 101111 0 1110 101000 10100001 11110 101110

Color Harmonies of #519882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519882

Black with #519882

Text Example


Text Example

White with #519882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519882; }

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

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

background-color css

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

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

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

border-color css

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

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

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