#529783

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

Shades of Lochinvar #529783

Tints of Lochinvar #529783

Color information

#529783 (or 0x529783) is unknown color: approx Lochinvar. HEX triplet: 52, 97 and 83. RGB value is (82,151,131). Sum of RGB (Red+Green+Blue) = 82+151+131=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #529783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529783 is #AD687C. Grayscale: #808080. Windows color (decimal): -11364477 or 8623954. OLE color: 8623954.

HSL color Cylindrical-coordinate representation of color #529783: hue angle of 162.61º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529783 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB82151131-
CMYK0.4600.130.41
HSL162.61º29.61%45.69%-
HSV(B)162.61º45.7%59.22%-
XYZ18.6425.5725.42-
YUV128.09129.6495.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=22.53%
G=41.48%
B=35.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511310.4600.130.41162.6129.6145.69
Hex5297832E0D29a31e2e
Octal12222720356015512433656
Binary10100101001011110000011101110011011010011010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529783; }

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

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

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

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

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

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

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

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