#52877C

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

Shades of Lochinvar #52877C

Tints of Lochinvar #52877C

Color information

#52877C (or 0x52877C) is unknown color: approx Lochinvar. HEX triplet: 52, 87 and 7C. RGB value is (82,135,124). Sum of RGB (Red+Green+Blue) = 82+135+124=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #52877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52877C is #AD7883. Grayscale: #757575. Windows color (decimal): -11368580 or 8161106. OLE color: 8161106.

HSL color Cylindrical-coordinate representation of color #52877C: hue angle of 167.55º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52877C is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB82135124-
CMYK0.3900.080.47
HSL167.55º24.42%42.55%-
HSV(B)167.55º39.26%52.94%-
XYZ15.7820.5822.21-
YUV117.9131.44102.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=24.05%
G=39.59%
B=36.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821351240.3900.080.47167.5524.4242.55
Hex52877C27082Fa8182b
Octal12220717447010572503053
Binary1010010100001111111100100111010001011111010100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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