#52917f

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

Shades of Lochinvar #52917F

Tints of Lochinvar #52917F

Color information

#52917F (or 0x52917F) is unknown color: approx Lochinvar. HEX triplet: 52, 91 and 7F. RGB value is (82,145,127). Sum of RGB (Red+Green+Blue) = 82+145+127=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #52917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52917F is #AD6E80. Grayscale: #7C7C7C. Windows color (decimal): -11366017 or 8360274. OLE color: 8360274.

HSL color Cylindrical-coordinate representation of color #52917F: hue angle of 162.86º 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 #52917F is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB82145127-
CMYK0.4300.120.43
HSL162.86º27.75%44.51%-
HSV(B)162.86º43.45%56.86%-
XYZ17.4423.5823.71-
YUV124.11129.6397.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 127 (50% from 255) = 35.88%
R=23.16%
G=40.96%
B=35.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451270.4300.120.43162.8627.7544.51
Hex52917F2B0C2Ba31c2d
Octal12222117753014532433455
Binary1010010100100011111111101011011001010111010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52917f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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