#52907C

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

Shades of Lochinvar #52907C

Tints of Lochinvar #52907C

Color information

#52907C (or 0x52907C) is unknown color: approx Lochinvar. HEX triplet: 52, 90 and 7C. RGB value is (82,144,124). Sum of RGB (Red+Green+Blue) = 82+144+124=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #52907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52907C is #AD6F83. Grayscale: #7B7B7B. Windows color (decimal): -11366276 or 8163410. OLE color: 8163410.

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

Color convert

RGB82144124-
CMYK0.4300.140.44
HSL160.65º27.43%44.31%-
HSV(B)160.65º43.06%56.47%-
XYZ17.0923.222.65-
YUV123.18128.4698.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=23.43%
G=41.14%
B=35.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821441240.4300.140.44160.6527.4344.31
Hex52907C2B0E2Ca11b2c
Octal12222017453016542413354
Binary1010010100100001111100101011011101011001010000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52907C; }

 p { color: rgb(82,144,124); }

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

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

 a { background-color: rgb(82,144,124); }

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

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

 span { border-color: rgb(82,144,124); }

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