#52938A

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

Shades of Lochinvar #52938A

Tints of Lochinvar #52938A

Color information

#52938A (or 0x52938A) is unknown color: approx Lochinvar. HEX triplet: 52, 93 and 8A. RGB value is (82,147,138). Sum of RGB (Red+Green+Blue) = 82+147+138=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #52938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52938A is #AD6C75. Grayscale: #7E7E7E. Windows color (decimal): -11365494 or 9081682. OLE color: 9081682.

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

Color convert

RGB82147138-
CMYK0.4400.060.42
HSL171.69º28.38%44.9%-
HSV(B)171.69º44.22%57.65%-
XYZ18.524.527.8-
YUV126.54134.4796.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=22.34%
G=40.05%
B=37.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471380.4400.060.42171.6928.3844.9
Hex52938A2C062Aac1c2d
Octal1222232125406522543455
Binary1010010100100111000101010110001101010101010110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52938A; }

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

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

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

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

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

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

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

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