Html Css Color HEX #519C87 Lochinvar

📋 copy color: '#519C87'

red 81 ◦ green 156 ◦ blue 135

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

Shades of Lochinvar #519C87

Tints of Lochinvar #519C87

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.94%

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 21.77%
G = 41.94%
B = 36.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#519C87 (or 0x519C87) is known color: Lochinvar. HEX triplet: 51, 9C and 87. RGB value is (81,156,135). Sum of RGB (Red+Green+Blue) = 81+156+135=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 156 - color contains mainly: green. Hex color #519C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519C87 is #AE6378. Grayscale: #838383. Windows color (decimal): -11428729 or 8887377. OLE color: 8887377.

HSL color Cylindrical-coordinate representation of color #519C87: hue angle of 163.2º degrees, saturation: 0.32, 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 #519C87 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 156 135 -
CMYK 0.48 0 0.13 0.39
HSL 163.2º 0.32% 0.46% -
HSV(B) 163.2º 0.48% 0.61% -
XYZ 19.65 27.28 27.15 -
YUV 131.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 81 156 135 0.48 0 0.13 0.39 163.2 0.32 0.46
Hex 51 9C 87 30 0 D 27 A3 20 2E
Octal 121 234 207 60 0 15 47 243 40 56
Binary 1010001 10011100 10000111 110000 0 1101 100111 10100011 100000 101110

Color Harmonies of #519C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C87

Black with #519C87

Text Example


Text Example

White with #519C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,156,135); }

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

background-color css

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

 a { background-color: rgb(81,156,135); }

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

border-color css

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

 span { border-color: rgb(81,156,135); }

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