Html Css Color HEX #519C85 Lochinvar

📋 copy color: '#519C85'

red 81 ◦ green 156 ◦ blue 133

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

Shades of Lochinvar #519C85

Tints of Lochinvar #519C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 21.89%
G = 42.16%
B = 35.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#519C85 (or 0x519C85) is known color: Lochinvar. HEX triplet: 51, 9C and 85. RGB value is (81,156,133). Sum of RGB (Red+Green+Blue) = 81+156+133=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #519C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519C85 is #AE637A. Grayscale: #828282. Windows color (decimal): -11428731 or 8756305. OLE color: 8756305.

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

Color convert

RGB 81 156 133 -
CMYK 0.48 0 0.15 0.39
HSL 161.6º 0.32% 0.46% -
HSV(B) 161.6º 0.48% 0.61% -
XYZ 19.52 27.22 26.42 -
YUV 130.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 81 156 133 0.48 0 0.15 0.39 161.6 0.32 0.46
Hex 51 9C 85 30 0 F 27 A2 20 2E
Octal 121 234 205 60 0 17 47 242 40 56
Binary 1010001 10011100 10000101 110000 0 1111 100111 10100010 100000 101110

Color Harmonies of #519C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C85

Black with #519C85

Text Example


Text Example

White with #519C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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