Html Css Color HEX #528D7C Lochinvar

📋 copy color: '#528D7C'

red 82 ◦ green 141 ◦ blue 124

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

Shades of Lochinvar #528D7C

Tints of Lochinvar #528D7C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.63%

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

R = 23.63%
G = 40.63%
B = 35.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#528D7C (or 0x528D7C) is known color: Lochinvar. HEX triplet: 52, 8D and 7C. RGB value is (82,141,124). Sum of RGB (Red+Green+Blue) = 82+141+124=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #528D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D7C is #AD7283. Grayscale: #797979. Windows color (decimal): -11367044 or 8162642. OLE color: 8162642.

HSL color Cylindrical-coordinate representation of color #528D7C: hue angle of 162.71º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D7C is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 141 124 -
CMYK 0.42 0 0.12 0.45
HSL 162.71º 0.26% 0.44% -
HSV(B) 162.71º 0.42% 0.55% -
XYZ 16.64 22.3 22.5 -
YUV 121.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 82 141 124 0.42 0 0.12 0.45 162.71 0.26 0.44
Hex 52 8D 7C 2A 0 C 2D A3 1A 2C
Octal 122 215 174 52 0 14 55 243 32 54
Binary 1010010 10001101 1111100 101010 0 1100 101101 10100011 11010 101100

Color Harmonies of #528D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D7C

Black with #528D7C

Text Example


Text Example

White with #528D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528D7C; }

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

 H1.HeaderClassName
 {
   color: #528D7C;
 }
 .AnyTagClassName
 {
   color: #528D7C;
 }
</style>

background-color css

<style>
 a { background-color: #528D7C; }

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

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

border-color css

<style>
 span { border-color: #528D7C; }

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

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