Html Css Color HEX #519D8A Lochinvar

📋 copy color: '#519D8A'

red 81 ◦ green 157 ◦ blue 138

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

Shades of Lochinvar #519D8A

Tints of Lochinvar #519D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 21.54%
G = 41.76%
B = 36.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#519D8A (or 0x519D8A) is known color: Lochinvar. HEX triplet: 51, 9D and 8A. RGB value is (81,157,138). Sum of RGB (Red+Green+Blue) = 81+157+138=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #519D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519D8A is #AE6275. Grayscale: #848484. Windows color (decimal): -11428470 or 9084241. OLE color: 9084241.

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

Color convert

RGB 81 157 138 -
CMYK 0.48 0 0.12 0.38
HSL 165º 0.32% 0.47% -
HSV(B) 165º 0.48% 0.62% -
XYZ 20.04 27.7 28.33 -
YUV 132.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 81 157 138 0.48 0 0.12 0.38 165 0.32 0.47
Hex 51 9D 8A 30 0 C 26 A5 20 2F
Octal 121 235 212 60 0 14 46 245 40 57
Binary 1010001 10011101 10001010 110000 0 1100 100110 10100101 100000 101111

Color Harmonies of #519D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D8A

Black with #519D8A

Text Example


Text Example

White with #519D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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