Html Css Color HEX #519E8B Lochinvar

📋 copy color: '#519E8B'

red 81 ◦ green 158 ◦ blue 139

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

Shades of Lochinvar #519E8B

Tints of Lochinvar #519E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 21.43%
G = 41.8%
B = 36.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#519E8B (or 0x519E8B) is known color: Lochinvar. HEX triplet: 51, 9E and 8B. RGB value is (81,158,139). Sum of RGB (Red+Green+Blue) = 81+158+139=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #519E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E8B is #AE6174. Grayscale: #848484. Windows color (decimal): -11428213 or 9150033. OLE color: 9150033.

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

Color convert

RGB 81 158 139 -
CMYK 0.49 0 0.12 0.38
HSL 165.19º 0.32% 0.47% -
HSV(B) 165.19º 0.49% 0.62% -
XYZ 20.28 28.07 28.77 -
YUV 132.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 81 158 139 0.49 0 0.12 0.38 165.19 0.32 0.47
Hex 51 9E 8B 31 0 C 26 A5 20 2F
Octal 121 236 213 61 0 14 46 245 40 57
Binary 1010001 10011110 10001011 110001 0 1100 100110 10100101 100000 101111

Color Harmonies of #519E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E8B

Black with #519E8B

Text Example


Text Example

White with #519E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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