Html Css Color HEX #519285 Lochinvar

📋 copy color: '#519285'

red 81 ◦ green 146 ◦ blue 133

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

Shades of Lochinvar #519285

Tints of Lochinvar #519285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.94%

R = 22.5%
G = 40.56%
B = 36.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#519285 (or 0x519285) is known color: Lochinvar. HEX triplet: 51, 92 and 85. RGB value is (81,146,133). Sum of RGB (Red+Green+Blue) = 81+146+133=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #519285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519285 is #AE6D7A. Grayscale: #7D7D7D. Windows color (decimal): -11431291 or 8753745. OLE color: 8753745.

HSL color Cylindrical-coordinate representation of color #519285: hue angle of 168º 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 #519285 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 133 -
CMYK 0.45 0 0.09 0.43
HSL 168º 0.29% 0.45% -
HSV(B) 168º 0.45% 0.57% -
XYZ 17.91 24 25.88 -
YUV 125.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 81 146 133 0.45 0 0.09 0.43 168 0.29 0.45
Hex 51 92 85 2D 0 9 2B A8 1D 2D
Octal 121 222 205 55 0 11 53 250 35 55
Binary 1010001 10010010 10000101 101101 0 1001 101011 10101000 11101 101101

Color Harmonies of #519285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519285

Black with #519285

Text Example


Text Example

White with #519285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519285; }

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

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

background-color css

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

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

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

border-color css

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

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

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