#529383

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

Shades of Lochinvar #529383

Tints of Lochinvar #529383

Color information

#529383 (or 0x529383) is unknown color: approx Lochinvar. HEX triplet: 52, 93 and 83. RGB value is (82,147,131). Sum of RGB (Red+Green+Blue) = 82+147+131=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #529383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529383 is #AD6C7C. Grayscale: #7D7D7D. Windows color (decimal): -11365501 or 8622930. OLE color: 8622930.

HSL color Cylindrical-coordinate representation of color #529383: hue angle of 165.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529383 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB82147131-
CMYK0.4400.110.42
HSL165.23º28.38%44.9%-
HSV(B)165.23º44.22%57.65%-
XYZ18.0124.325.21-
YUV125.74130.9796.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=22.78%
G=40.83%
B=36.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471310.4400.110.42165.2328.3844.9
Hex5293832C0B2Aa51c2d
Octal12222320354013522453455
Binary10100101001001110000011101100010111010101010010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529383; }

 p { color: rgb(82,147,131); }

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

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

 a { background-color: rgb(82,147,131); }

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

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

 span { border-color: rgb(82,147,131); }

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