Html Css Color HEX #529D8C Lochinvar

📋 copy color: '#529D8C'

red 82 ◦ green 157 ◦ blue 140

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

Shades of Lochinvar #529D8C

Tints of Lochinvar #529D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 21.64%
G = 41.42%
B = 36.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#529D8C (or 0x529D8C) is known color: Lochinvar. HEX triplet: 52, 9D and 8C. RGB value is (82,157,140). Sum of RGB (Red+Green+Blue) = 82+157+140=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #529D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D8C is #AD6273. Grayscale: #848484. Windows color (decimal): -11362932 or 9215314. OLE color: 9215314.

HSL color Cylindrical-coordinate representation of color #529D8C: hue angle of 166.4º 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 #529D8C is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 140 -
CMYK 0.48 0 0.11 0.38
HSL 166.4º 0.31% 0.47% -
HSV(B) 166.4º 0.48% 0.62% -
XYZ 20.27 27.8 29.11 -
YUV 132.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 82 157 140 0.48 0 0.11 0.38 166.4 0.31 0.47
Hex 52 9D 8C 30 0 B 26 A6 1F 2F
Octal 122 235 214 60 0 13 46 246 37 57
Binary 1010010 10011101 10001100 110000 0 1011 100110 10100110 11111 101111

Color Harmonies of #529D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D8C

Black with #529D8C

Text Example


Text Example

White with #529D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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