Html Css Color HEX #52887C Lochinvar

📋 copy color: '#52887C'

red 82 ◦ green 136 ◦ blue 124

#52887C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #52887C

Tints of Lochinvar #52887C

RGB

 RED value IS 82 (32.42% from 255) = 23.98%

 GREEN value IS 136 (53.52% from 255) = 39.77%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 23.98%
G = 39.77%
B = 36.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#52887C (or 0x52887C) is known color: Lochinvar. HEX triplet: 52, 88 and 7C. RGB value is (82,136,124). Sum of RGB (Red+Green+Blue) = 82+136+124=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #52887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52887C is #AD7783. Grayscale: #767676. Windows color (decimal): -11368324 or 8161362. OLE color: 8161362.

HSL color Cylindrical-coordinate representation of color #52887C: hue angle of 166.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52887C is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 124 -
CMYK 0.40 0 0.09 0.47
HSL 166.67º 0.25% 0.43% -
HSV(B) 166.67º 0.4% 0.53% -
XYZ 15.92 20.86 22.26 -
YUV 118.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 82 136 124 0.40 0 0.09 0.47 166.67 0.25 0.43
Hex 52 88 7C 28 0 9 2F A7 19 2B
Octal 122 210 174 50 0 11 57 247 31 53
Binary 1010010 10001000 1111100 101000 0 1001 101111 10100111 11001 101011

Color Harmonies of #52887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52887C

Black with #52887C

Text Example


Text Example

White with #52887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52887C;
 }
 .AnyTagClassName
 {
   color: #52887C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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