Html Css Color HEX #519288 Lochinvar

📋 copy color: '#519288'

red 81 ◦ green 146 ◦ blue 136

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

Shades of Lochinvar #519288

Tints of Lochinvar #519288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 22.31%
G = 40.22%
B = 37.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#519288 (or 0x519288) is known color: Lochinvar. HEX triplet: 51, 92 and 88. RGB value is (81,146,136). Sum of RGB (Red+Green+Blue) = 81+146+136=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #519288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519288 is #AE6D77. Grayscale: #7D7D7D. Windows color (decimal): -11431288 or 8950353. OLE color: 8950353.

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

Color convert

RGB 81 146 136 -
CMYK 0.45 0 0.07 0.43
HSL 170.77º 0.29% 0.45% -
HSV(B) 170.77º 0.45% 0.57% -
XYZ 18.12 24.08 26.99 -
YUV 125.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 81 146 136 0.45 0 0.07 0.43 170.77 0.29 0.45
Hex 51 92 88 2D 0 7 2B AB 1D 2D
Octal 121 222 210 55 0 7 53 253 35 55
Binary 1010001 10010010 10001000 101101 0 111 101011 10101011 11101 101101

Color Harmonies of #519288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519288

Black with #519288

Text Example


Text Example

White with #519288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519288; }

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

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

background-color css

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

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

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

border-color css

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

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

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