#52917E

Color #52917E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #52917E

Tints of Lochinvar #52917E

Color information

#52917E (or 0x52917E) is unknown color: approx Lochinvar. HEX triplet: 52, 91 and 7E. RGB value is (82,145,126). Sum of RGB (Red+Green+Blue) = 82+145+126=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #52917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52917E is #AD6E81. Grayscale: #7C7C7C. Windows color (decimal): -11366018 or 8294738. OLE color: 8294738.

HSL color Cylindrical-coordinate representation of color #52917E: hue angle of 161.9º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52917E is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB82145126-
CMYK0.4300.130.43
HSL161.9º27.75%44.51%-
HSV(B)161.9º43.45%56.86%-
XYZ17.3723.5523.37-
YUV124129.1398.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=23.23%
G=41.08%
B=35.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451260.4300.130.43161.927.7544.51
Hex52917E2B0D2Ba21c2d
Octal12222117653015532423455
Binary1010010100100011111110101011011011010111010001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52917E; }

 p { color: rgb(82,145,126); }

 H1.HeaderClassName
 {
   color: #52917E;
 }
 .AnyTagClassName
 {
   color: #52917E;
 }
</style>
background-color css

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

 a { background-color: rgb(82,145,126); }

 div.DivClassName
 {
   background-color: #52917E;
 }
 .BgClassName
 {
   background-color: #52917E;
 }
</style>
border-color css

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

 span { border-color: rgb(82,145,126); }

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