Html Css Color HEX #519F89 Lochinvar

📋 copy color: '#519F89'

red 81 ◦ green 159 ◦ blue 137

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

Shades of Lochinvar #519F89

Tints of Lochinvar #519F89

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 21.49%
G = 42.18%
B = 36.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#519F89 (or 0x519F89) is known color: Lochinvar. HEX triplet: 51, 9F and 89. RGB value is (81,159,137). Sum of RGB (Red+Green+Blue) = 81+159+137=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #519F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519F89 is #AE6076. Grayscale: #858585. Windows color (decimal): -11427959 or 9019217. OLE color: 9019217.

HSL color Cylindrical-coordinate representation of color #519F89: hue angle of 163.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F89 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 159 137 -
CMYK 0.49 0 0.14 0.38
HSL 163.08º 0.33% 0.47% -
HSV(B) 163.08º 0.49% 0.62% -
XYZ 20.31 28.35 28.07 -
YUV 133.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 81 159 137 0.49 0 0.14 0.38 163.08 0.33 0.47
Hex 51 9F 89 31 0 E 26 A3 20 2F
Octal 121 237 211 61 0 16 46 243 40 57
Binary 1010001 10011111 10001001 110001 0 1110 100110 10100011 100000 101111

Color Harmonies of #519F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F89

Black with #519F89

Text Example


Text Example

White with #519F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519F89; }

 p { color: rgb(81,159,137); }

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

background-color css

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

 a { background-color: rgb(81,159,137); }

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

border-color css

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

 span { border-color: rgb(81,159,137); }

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