Html Css Color HEX #519D88 Lochinvar

📋 copy color: '#519D88'

red 81 ◦ green 157 ◦ blue 136

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

Shades of Lochinvar #519D88

Tints of Lochinvar #519D88

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.98%

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 21.66%
G = 41.98%
B = 36.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#519D88 (or 0x519D88) is known color: Lochinvar. HEX triplet: 51, 9D and 88. RGB value is (81,157,136). Sum of RGB (Red+Green+Blue) = 81+157+136=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #519D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519D88 is #AE6277. Grayscale: #838383. Windows color (decimal): -11428472 or 8953169. OLE color: 8953169.

HSL color Cylindrical-coordinate representation of color #519D88: hue angle of 163.42º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D88 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 157 136 -
CMYK 0.48 0 0.13 0.38
HSL 163.42º 0.32% 0.47% -
HSV(B) 163.42º 0.48% 0.62% -
XYZ 19.89 27.64 27.58 -
YUV 131.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 81 157 136 0.48 0 0.13 0.38 163.42 0.32 0.47
Hex 51 9D 88 30 0 D 26 A3 20 2F
Octal 121 235 210 60 0 15 46 243 40 57
Binary 1010001 10011101 10001000 110000 0 1101 100110 10100011 100000 101111

Color Harmonies of #519D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D88

Black with #519D88

Text Example


Text Example

White with #519D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,136); }

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

background-color css

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

 a { background-color: rgb(81,157,136); }

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

border-color css

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

 span { border-color: rgb(81,157,136); }

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