Html Css Color HEX #529D89 Lochinvar

📋 copy color: '#529D89'

red 82 ◦ green 157 ◦ blue 137

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

Shades of Lochinvar #529D89

Tints of Lochinvar #529D89

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 21.81%
G = 41.76%
B = 36.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#529D89 (or 0x529D89) is known color: Lochinvar. HEX triplet: 52, 9D and 89. RGB value is (82,157,137). Sum of RGB (Red+Green+Blue) = 82+157+137=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #529D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D89 is #AD6276. Grayscale: #848484. Windows color (decimal): -11362935 or 9018706. OLE color: 9018706.

HSL color Cylindrical-coordinate representation of color #529D89: hue angle of 164º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D89 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 137 -
CMYK 0.48 0 0.13 0.38
HSL 164º 0.31% 0.47% -
HSV(B) 164º 0.48% 0.62% -
XYZ 20.05 27.71 27.96 -
YUV 132.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 82 157 137 0.48 0 0.13 0.38 164 0.31 0.47
Hex 52 9D 89 30 0 D 26 A4 1F 2F
Octal 122 235 211 60 0 15 46 244 37 57
Binary 1010010 10011101 10001001 110000 0 1101 100110 10100100 11111 101111

Color Harmonies of #529D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D89

Black with #529D89

Text Example


Text Example

White with #529D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529D89; }

 p { color: rgb(82,157,137); }

 H1.HeaderClassName
 {
   color: #529D89;
 }
 .AnyTagClassName
 {
   color: #529D89;
 }
</style>

background-color css

<style>
 a { background-color: #529D89; }

 a { background-color: rgb(82,157,137); }

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

border-color css

<style>
 span { border-color: #529D89; }

 span { border-color: rgb(82,157,137); }

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