#52877D

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

Shades of Lochinvar #52877D

Tints of Lochinvar #52877D

Color information

#52877D (or 0x52877D) is unknown color: approx Lochinvar. HEX triplet: 52, 87 and 7D. RGB value is (82,135,125). Sum of RGB (Red+Green+Blue) = 82+135+125=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #52877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52877D is #AD7882. Grayscale: #757575. Windows color (decimal): -11368579 or 8226642. OLE color: 8226642.

HSL color Cylindrical-coordinate representation of color #52877D: hue angle of 168.68º 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 #52877D is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB82135125-
CMYK0.3900.070.47
HSL168.68º24.42%42.55%-
HSV(B)168.68º39.26%52.94%-
XYZ15.8520.622.54-
YUV118.01131.94102.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=23.98%
G=39.47%
B=36.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821351250.3900.070.47168.6824.4242.55
Hex52877D27072Fa9182b
Octal1222071754707572513053
Binary101001010000111111110110011101111011111010100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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