Html Css Color HEX #519E89 Lochinvar

📋 copy color: '#519E89'

red 81 ◦ green 158 ◦ blue 137

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

Shades of Lochinvar #519E89

Tints of Lochinvar #519E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.02%

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

R = 21.54%
G = 42.02%
B = 36.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#519E89 (or 0x519E89) is known color: Lochinvar. HEX triplet: 51, 9E and 89. RGB value is (81,158,137). Sum of RGB (Red+Green+Blue) = 81+158+137=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #519E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E89 is #AE6176. Grayscale: #848484. Windows color (decimal): -11428215 or 9018961. OLE color: 9018961.

HSL color Cylindrical-coordinate representation of color #519E89: hue angle of 163.64º 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 #519E89 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 158 137 -
CMYK 0.49 0 0.13 0.38
HSL 163.64º 0.32% 0.47% -
HSV(B) 163.64º 0.49% 0.62% -
XYZ 20.14 28.01 28.01 -
YUV 132.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 81 158 137 0.49 0 0.13 0.38 163.64 0.32 0.47
Hex 51 9E 89 31 0 D 26 A4 20 2F
Octal 121 236 211 61 0 15 46 244 40 57
Binary 1010001 10011110 10001001 110001 0 1101 100110 10100100 100000 101111

Color Harmonies of #519E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E89

Black with #519E89

Text Example


Text Example

White with #519E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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