Html Css Color HEX #519B89 Lochinvar

📋 copy color: '#519B89'

red 81 ◦ green 155 ◦ blue 137

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

Shades of Lochinvar #519B89

Tints of Lochinvar #519B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.55%

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

R = 21.72%
G = 41.55%
B = 36.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#519B89 (or 0x519B89) is known color: Lochinvar. HEX triplet: 51, 9B and 89. RGB value is (81,155,137). Sum of RGB (Red+Green+Blue) = 81+155+137=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #519B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519B89 is #AE6476. Grayscale: #828282. Windows color (decimal): -11428983 or 9018193. OLE color: 9018193.

HSL color Cylindrical-coordinate representation of color #519B89: hue angle of 165.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B89 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 137 -
CMYK 0.48 0 0.12 0.39
HSL 165.41º 0.31% 0.46% -
HSV(B) 165.41º 0.48% 0.61% -
XYZ 19.63 27 27.84 -
YUV 130.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 81 155 137 0.48 0 0.12 0.39 165.41 0.31 0.46
Hex 51 9B 89 30 0 C 27 A5 1F 2E
Octal 121 233 211 60 0 14 47 245 37 56
Binary 1010001 10011011 10001001 110000 0 1100 100111 10100101 11111 101110

Color Harmonies of #519B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B89

Black with #519B89

Text Example


Text Example

White with #519B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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