Html Css Color HEX #519D8F Lochinvar

📋 copy color: '#519D8F'

red 81 ◦ green 157 ◦ blue 143

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

Shades of Lochinvar #519D8F

Tints of Lochinvar #519D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.21%

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 21.26%
G = 41.21%
B = 37.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#519D8F (or 0x519D8F) is known color: Lochinvar. HEX triplet: 51, 9D and 8F. RGB value is (81,157,143). Sum of RGB (Red+Green+Blue) = 81+157+143=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #519D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519D8F is #AE6270. Grayscale: #848484. Windows color (decimal): -11428465 or 9411921. OLE color: 9411921.

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

Color convert

RGB 81 157 143 -
CMYK 0.48 0 0.09 0.38
HSL 168.95º 0.32% 0.47% -
HSV(B) 168.95º 0.48% 0.62% -
XYZ 20.41 27.85 30.29 -
YUV 132.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 81 157 143 0.48 0 0.09 0.38 168.95 0.32 0.47
Hex 51 9D 8F 30 0 9 26 A9 20 2F
Octal 121 235 217 60 0 11 46 251 40 57
Binary 1010001 10011101 10001111 110000 0 1001 100110 10101001 100000 101111

Color Harmonies of #519D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D8F

Black with #519D8F

Text Example


Text Example

White with #519D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,143); }

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

background-color css

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

 a { background-color: rgb(81,157,143); }

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

border-color css

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

 span { border-color: rgb(81,157,143); }

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