#52928B

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

Shades of Lochinvar #52928B

Tints of Lochinvar #52928B

Color information

#52928B (or 0x52928B) is unknown color: approx Lochinvar. HEX triplet: 52, 92 and 8B. RGB value is (82,146,139). Sum of RGB (Red+Green+Blue) = 82+146+139=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #52928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52928B is #AD6D74. Grayscale: #7E7E7E. Windows color (decimal): -11365749 or 9146962. OLE color: 9146962.

HSL color Cylindrical-coordinate representation of color #52928B: hue angle of 173.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52928B is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB82146139-
CMYK0.4400.050.43
HSL173.44º28.07%44.71%-
HSV(B)173.44º43.84%57.25%-
XYZ18.4224.2228.13-
YUV126.07135.396.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=22.34%
G=39.78%
B=37.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821461390.4400.050.43173.4428.0744.71
Hex52928B2C052Bad1c2d
Octal1222222135405532553455
Binary1010010100100101000101110110001011010111010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52928B; }

 p { color: rgb(82,146,139); }

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

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

 a { background-color: rgb(82,146,139); }

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

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

 span { border-color: rgb(82,146,139); }

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