#528F8A

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

Shades of Lochinvar #528F8A

Tints of Lochinvar #528F8A

Color information

#528F8A (or 0x528F8A) is unknown color: approx Lochinvar. HEX triplet: 52, 8F and 8A. RGB value is (82,143,138). Sum of RGB (Red+Green+Blue) = 82+143+138=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #528F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F8A is #AD7075. Grayscale: #7C7C7C. Windows color (decimal): -11366518 or 9080658. OLE color: 9080658.

HSL color Cylindrical-coordinate representation of color #528F8A: hue angle of 175.08º 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 #528F8A is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB82143138-
CMYK0.4300.030.44
HSL175.08º27.11%44.12%-
HSV(B)175.08º42.66%56.08%-
XYZ17.8923.2727.59-
YUV124.19135.7997.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=22.59%
G=39.39%
B=38.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821431380.4300.030.44175.0827.1144.12
Hex528F8A2B032Caf1b2c
Octal1222172125303542573354
Binary101001010001111100010101010110111011001010111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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