#528985

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

Shades of Lochinvar #528985

Tints of Lochinvar #528985

Color information

#528985 (or 0x528985) is unknown color: approx Lochinvar. HEX triplet: 52, 89 and 85. RGB value is (82,137,133). Sum of RGB (Red+Green+Blue) = 82+137+133=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #528985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528985 is #AD767A. Grayscale: #787878. Windows color (decimal): -11368059 or 8751442. OLE color: 8751442.

HSL color Cylindrical-coordinate representation of color #528985: hue angle of 175.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528985 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB82137133-
CMYK0.4000.030.46
HSL175.64º25.11%42.94%-
HSV(B)175.64º40.15%53.73%-
XYZ16.6621.3825.44-
YUV120.1135.28100.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=23.30%
G=38.92%
B=37.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821371330.4000.030.46175.6425.1142.94
Hex52898528032Eb0192b
Octal1222112055003562603153
Binary101001010001001100001011010000111011101011000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528985; }

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

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

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

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

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

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

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

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