Html Css Color HEX #519487 Lochinvar

📋 copy color: '#519487'

red 81 ◦ green 148 ◦ blue 135

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

Shades of Lochinvar #519487

Tints of Lochinvar #519487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 22.25%
G = 40.66%
B = 37.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#519487 (or 0x519487) is known color: Lochinvar. HEX triplet: 51, 94 and 87. RGB value is (81,148,135). Sum of RGB (Red+Green+Blue) = 81+148+135=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #519487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519487 is #AE6B78. Grayscale: #7E7E7E. Windows color (decimal): -11430777 or 8885329. OLE color: 8885329.

HSL color Cylindrical-coordinate representation of color #519487: hue angle of 168.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519487 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 135 -
CMYK 0.45 0 0.09 0.42
HSL 168.36º 0.29% 0.45% -
HSV(B) 168.36º 0.45% 0.58% -
XYZ 18.36 24.68 26.72 -
YUV 126.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 81 148 135 0.45 0 0.09 0.42 168.36 0.29 0.45
Hex 51 94 87 2D 0 9 2A A8 1D 2D
Octal 121 224 207 55 0 11 52 250 35 55
Binary 1010001 10010100 10000111 101101 0 1001 101010 10101000 11101 101101

Color Harmonies of #519487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519487

Black with #519487

Text Example


Text Example

White with #519487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519487; }

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

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

background-color css

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

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

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

border-color css

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

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

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