Html Css Color HEX #528E81 Lochinvar

📋 copy color: '#528E81'

red 82 ◦ green 142 ◦ blue 129

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

Shades of Lochinvar #528E81

Tints of Lochinvar #528E81

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.23%

 BLUE value IS 129 (50.78% from 255) = 36.54%

R = 23.23%
G = 40.23%
B = 36.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#528E81 (or 0x528E81) is known color: Lochinvar. HEX triplet: 52, 8E and 81. RGB value is (82,142,129). Sum of RGB (Red+Green+Blue) = 82+142+129=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #528E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528E81 is #AD717E. Grayscale: #7A7A7A. Windows color (decimal): -11366783 or 8490578. OLE color: 8490578.

HSL color Cylindrical-coordinate representation of color #528E81: hue angle of 167º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E81 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 142 129 -
CMYK 0.42 0 0.09 0.44
HSL 167º 0.27% 0.44% -
HSV(B) 167º 0.42% 0.56% -
XYZ 17.12 22.72 24.25 -
YUV 122.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 82 142 129 0.42 0 0.09 0.44 167 0.27 0.44
Hex 52 8E 81 2A 0 9 2C A7 1B 2C
Octal 122 216 201 52 0 11 54 247 33 54
Binary 1010010 10001110 10000001 101010 0 1001 101100 10100111 11011 101100

Color Harmonies of #528E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E81

Black with #528E81

Text Example


Text Example

White with #528E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,142,129); }

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

background-color css

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

 a { background-color: rgb(82,142,129); }

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

border-color css

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

 span { border-color: rgb(82,142,129); }

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