Html Css Color HEX #519689 Lochinvar

📋 copy color: '#519689'

red 81 ◦ green 150 ◦ blue 137

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

Shades of Lochinvar #519689

Tints of Lochinvar #519689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

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

R = 22.01%
G = 40.76%
B = 37.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#519689 (or 0x519689) is known color: Lochinvar. HEX triplet: 51, 96 and 89. RGB value is (81,150,137). Sum of RGB (Red+Green+Blue) = 81+150+137=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #519689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519689 is #AE6976. Grayscale: #7F7F7F. Windows color (decimal): -11430263 or 9016913. OLE color: 9016913.

HSL color Cylindrical-coordinate representation of color #519689: hue angle of 168.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519689 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 137 -
CMYK 0.46 0 0.09 0.41
HSL 168.7º 0.3% 0.45% -
HSV(B) 168.7º 0.46% 0.59% -
XYZ 18.82 25.37 27.57 -
YUV 127.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 81 150 137 0.46 0 0.09 0.41 168.7 0.3 0.45
Hex 51 96 89 2E 0 9 29 A9 1E 2D
Octal 121 226 211 56 0 11 51 251 36 55
Binary 1010001 10010110 10001001 101110 0 1001 101001 10101001 11110 101101

Color Harmonies of #519689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519689

Black with #519689

Text Example


Text Example

White with #519689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519689; }

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

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

background-color css

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

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

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

border-color css

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

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

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