Html Css Color HEX #519E8C Lochinvar

📋 copy color: '#519E8C'

red 81 ◦ green 158 ◦ blue 140

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

Shades of Lochinvar #519E8C

Tints of Lochinvar #519E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 21.37%
G = 41.69%
B = 36.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#519E8C (or 0x519E8C) is known color: Lochinvar. HEX triplet: 51, 9E and 8C. RGB value is (81,158,140). Sum of RGB (Red+Green+Blue) = 81+158+140=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #519E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E8C is #AE6173. Grayscale: #848484. Windows color (decimal): -11428212 or 9215569. OLE color: 9215569.

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

Color convert

RGB 81 158 140 -
CMYK 0.49 0 0.11 0.38
HSL 165.97º 0.32% 0.47% -
HSV(B) 165.97º 0.49% 0.62% -
XYZ 20.35 28.1 29.16 -
YUV 132.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 81 158 140 0.49 0 0.11 0.38 165.97 0.32 0.47
Hex 51 9E 8C 31 0 B 26 A6 20 2F
Octal 121 236 214 61 0 13 46 246 40 57
Binary 1010001 10011110 10001100 110001 0 1011 100110 10100110 100000 101111

Color Harmonies of #519E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E8C

Black with #519E8C

Text Example


Text Example

White with #519E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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