Html Css Color HEX #519889 Lochinvar

📋 copy color: '#519889'

red 81 ◦ green 152 ◦ blue 137

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

Shades of Lochinvar #519889

Tints of Lochinvar #519889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 21.89%
G = 41.08%
B = 37.03%

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

#519889 (or 0x519889) is known color: Lochinvar. HEX triplet: 51, 98 and 89. RGB value is (81,152,137). Sum of RGB (Red+Green+Blue) = 81+152+137=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #519889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519889 is #AE6776. Grayscale: #818181. Windows color (decimal): -11429751 or 9017425. OLE color: 9017425.

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

Color convert

RGB 81 152 137 -
CMYK 0.47 0 0.10 0.40
HSL 167.32º 0.3% 0.46% -
HSV(B) 167.32º 0.47% 0.6% -
XYZ 19.14 26.01 27.68 -
YUV 129.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 81 152 137 0.47 0 0.10 0.40 167.32 0.3 0.46
Hex 51 98 89 2F 0 A 28 A7 1E 2E
Octal 121 230 211 57 0 12 50 247 36 56
Binary 1010001 10011000 10001001 101111 0 1010 101000 10100111 11110 101110

Color Harmonies of #519889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519889

Black with #519889

Text Example


Text Example

White with #519889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519889; }

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

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

background-color css

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

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

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

border-color css

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

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

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