#529485

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

Shades of Lochinvar #529485

Tints of Lochinvar #529485

Color information

#529485 (or 0x529485) is unknown color: approx Lochinvar. HEX triplet: 52, 94 and 85. RGB value is (82,148,133). Sum of RGB (Red+Green+Blue) = 82+148+133=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #529485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529485 is #AD6B7A. Grayscale: #7E7E7E. Windows color (decimal): -11365243 or 8754258. OLE color: 8754258.

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

Color convert

RGB82148133-
CMYK0.4500.100.42
HSL166.36º28.7%45.1%-
HSV(B)166.36º44.59%58.04%-
XYZ18.324.6725.99-
YUV126.56131.6396.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=22.59%
G=40.77%
B=36.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481330.4500.100.42166.3628.745.1
Hex5294852D0A2Aa61d2d
Octal12222420555012522463555
Binary10100101001010010000101101101010101010101010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529485; }

 p { color: rgb(82,148,133); }

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

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

 a { background-color: rgb(82,148,133); }

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

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

 span { border-color: rgb(82,148,133); }

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