Html Css Color HEX #519088 Lochinvar

📋 copy color: '#519088'

red 81 ◦ green 144 ◦ blue 136

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

Shades of Lochinvar #519088

Tints of Lochinvar #519088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 22.44%
G = 39.89%
B = 37.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#519088 (or 0x519088) is known color: Lochinvar. HEX triplet: 51, 90 and 88. RGB value is (81,144,136). Sum of RGB (Red+Green+Blue) = 81+144+136=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #519088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519088 is #AE6F77. Grayscale: #7C7C7C. Windows color (decimal): -11431800 or 8949841. OLE color: 8949841.

HSL color Cylindrical-coordinate representation of color #519088: hue angle of 172.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519088 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 144 136 -
CMYK 0.44 0 0.06 0.44
HSL 172.38º 0.28% 0.44% -
HSV(B) 172.38º 0.44% 0.56% -
XYZ 17.81 23.47 26.88 -
YUV 124.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 81 144 136 0.44 0 0.06 0.44 172.38 0.28 0.44
Hex 51 90 88 2C 0 6 2C AC 1C 2C
Octal 121 220 210 54 0 6 54 254 34 54
Binary 1010001 10010000 10001000 101100 0 110 101100 10101100 11100 101100

Color Harmonies of #519088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519088

Black with #519088

Text Example


Text Example

White with #519088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519088; }

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

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

background-color css

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

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

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

border-color css

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

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

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