Html Css Color HEX #519A8B Lochinvar

📋 copy color: '#519A8B'

red 81 ◦ green 154 ◦ blue 139

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

Shades of Lochinvar #519A8B

Tints of Lochinvar #519A8B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.18%

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

R = 21.66%
G = 41.18%
B = 37.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#519A8B (or 0x519A8B) is known color: Lochinvar. HEX triplet: 51, 9A and 8B. RGB value is (81,154,139). Sum of RGB (Red+Green+Blue) = 81+154+139=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #519A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519A8B is #AE6574. Grayscale: #828282. Windows color (decimal): -11429237 or 9149009. OLE color: 9149009.

HSL color Cylindrical-coordinate representation of color #519A8B: hue angle of 167.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A8B is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 154 139 -
CMYK 0.47 0 0.10 0.40
HSL 167.67º 0.31% 0.46% -
HSV(B) 167.67º 0.47% 0.6% -
XYZ 19.61 26.72 28.55 -
YUV 130.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 81 154 139 0.47 0 0.10 0.40 167.67 0.31 0.46
Hex 51 9A 8B 2F 0 A 28 A8 1F 2E
Octal 121 232 213 57 0 12 50 250 37 56
Binary 1010001 10011010 10001011 101111 0 1010 101000 10101000 11111 101110

Color Harmonies of #519A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A8B

Black with #519A8B

Text Example


Text Example

White with #519A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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