#528F88

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

Shades of Lochinvar #528F88

Tints of Lochinvar #528F88

Color information

#528F88 (or 0x528F88) is unknown color: approx Lochinvar. HEX triplet: 52, 8F and 88. RGB value is (82,143,136). Sum of RGB (Red+Green+Blue) = 82+143+136=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 143 - color contains mainly: green. Hex color #528F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F88 is #AD7077. Grayscale: #7B7B7B. Windows color (decimal): -11366520 or 8949586. OLE color: 8949586.

HSL color Cylindrical-coordinate representation of color #528F88: hue angle of 173.11º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528F88 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB82143136-
CMYK0.4300.050.44
HSL173.11º27.11%44.12%-
HSV(B)173.11º42.66%56.08%-
XYZ17.7523.2226.84-
YUV123.96134.7998.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 143 (56.25% from 255) = 39.61%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=22.71%
G=39.61%
B=37.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821431360.4300.050.44173.1127.1144.12
Hex528F882B052Cad1b2c
Octal1222172105305542553354
Binary1010010100011111000100010101101011011001010110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528F88; }

 p { color: rgb(82,143,136); }

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

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

 a { background-color: rgb(82,143,136); }

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

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

 span { border-color: rgb(82,143,136); }

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