Html Css Color HEX #528D7F Lochinvar

📋 copy color: '#528D7F'

red 82 ◦ green 141 ◦ blue 127

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

Shades of Lochinvar #528D7F

Tints of Lochinvar #528D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 23.43%
G = 40.29%
B = 36.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#528D7F (or 0x528D7F) is known color: Lochinvar. HEX triplet: 52, 8D and 7F. RGB value is (82,141,127). Sum of RGB (Red+Green+Blue) = 82+141+127=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #528D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D7F is #AD7280. Grayscale: #797979. Windows color (decimal): -11367041 or 8359250. OLE color: 8359250.

HSL color Cylindrical-coordinate representation of color #528D7F: hue angle of 165.76º 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 #528D7F is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 141 127 -
CMYK 0.42 0 0.10 0.45
HSL 165.76º 0.26% 0.44% -
HSV(B) 165.76º 0.42% 0.55% -
XYZ 16.84 22.38 23.51 -
YUV 121.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 82 141 127 0.42 0 0.10 0.45 165.76 0.26 0.44
Hex 52 8D 7F 2A 0 A 2D A6 1A 2C
Octal 122 215 177 52 0 12 55 246 32 54
Binary 1010010 10001101 1111111 101010 0 1010 101101 10100110 11010 101100

Color Harmonies of #528D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D7F

Black with #528D7F

Text Example


Text Example

White with #528D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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