Html Css Color HEX #519885 Lochinvar

📋 copy color: '#519885'

red 81 ◦ green 152 ◦ blue 133

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

Shades of Lochinvar #519885

Tints of Lochinvar #519885

RGB

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

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

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

R = 22.13%
G = 41.53%
B = 36.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#519885 (or 0x519885) is known color: Lochinvar. HEX triplet: 51, 98 and 85. RGB value is (81,152,133). Sum of RGB (Red+Green+Blue) = 81+152+133=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #519885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519885 is #AE677A. Grayscale: #808080. Windows color (decimal): -11429755 or 8755281. OLE color: 8755281.

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

Color convert

RGB 81 152 133 -
CMYK 0.47 0 0.13 0.40
HSL 163.94º 0.3% 0.46% -
HSV(B) 163.94º 0.47% 0.6% -
XYZ 18.86 25.9 26.2 -
YUV 128.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 81 152 133 0.47 0 0.13 0.40 163.94 0.3 0.46
Hex 51 98 85 2F 0 D 28 A4 1E 2E
Octal 121 230 205 57 0 15 50 244 36 56
Binary 1010001 10011000 10000101 101111 0 1101 101000 10100100 11110 101110

Color Harmonies of #519885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519885

Black with #519885

Text Example


Text Example

White with #519885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519885; }

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

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

background-color css

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

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

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

border-color css

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

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

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