Html Css Color HEX #519287 Lochinvar

📋 copy color: '#519287'

red 81 ◦ green 146 ◦ blue 135

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

Shades of Lochinvar #519287

Tints of Lochinvar #519287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.33%

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

R = 22.38%
G = 40.33%
B = 37.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#519287 (or 0x519287) is known color: Lochinvar. HEX triplet: 51, 92 and 87. RGB value is (81,146,135). Sum of RGB (Red+Green+Blue) = 81+146+135=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #519287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519287 is #AE6D78. Grayscale: #7D7D7D. Windows color (decimal): -11431289 or 8884817. OLE color: 8884817.

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

Color convert

RGB 81 146 135 -
CMYK 0.45 0 0.08 0.43
HSL 169.85º 0.29% 0.45% -
HSV(B) 169.85º 0.45% 0.57% -
XYZ 18.05 24.06 26.61 -
YUV 125.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 81 146 135 0.45 0 0.08 0.43 169.85 0.29 0.45
Hex 51 92 87 2D 0 8 2B AA 1D 2D
Octal 121 222 207 55 0 10 53 252 35 55
Binary 1010001 10010010 10000111 101101 0 1000 101011 10101010 11101 101101

Color Harmonies of #519287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519287

Black with #519287

Text Example


Text Example

White with #519287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519287; }

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

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

background-color css

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

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

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

border-color css

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

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

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