Html Css Color HEX #519886 Lochinvar

📋 copy color: '#519886'

red 81 ◦ green 152 ◦ blue 134

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

Shades of Lochinvar #519886

Tints of Lochinvar #519886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 22.07%
G = 41.42%
B = 36.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#519886 (or 0x519886) is known color: Lochinvar. HEX triplet: 51, 98 and 86. RGB value is (81,152,134). Sum of RGB (Red+Green+Blue) = 81+152+134=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #519886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519886 is #AE6779. Grayscale: #808080. Windows color (decimal): -11429754 or 8820817. OLE color: 8820817.

HSL color Cylindrical-coordinate representation of color #519886: hue angle of 164.79º degrees, saturation: 0.3, 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 #519886 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 134 -
CMYK 0.47 0 0.12 0.40
HSL 164.79º 0.3% 0.46% -
HSV(B) 164.79º 0.47% 0.6% -
XYZ 18.92 25.93 26.56 -
YUV 128.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 81 152 134 0.47 0 0.12 0.40 164.79 0.3 0.46
Hex 51 98 86 2F 0 C 28 A5 1E 2E
Octal 121 230 206 57 0 14 50 245 36 56
Binary 1010001 10011000 10000110 101111 0 1100 101000 10100101 11110 101110

Color Harmonies of #519886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519886

Black with #519886

Text Example


Text Example

White with #519886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519886; }

 p { color: rgb(81,152,134); }

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

background-color css

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

 a { background-color: rgb(81,152,134); }

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

border-color css

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

 span { border-color: rgb(81,152,134); }

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