Html Css Color HEX #529489 Lochinvar

📋 copy color: '#529489'

red 82 ◦ green 148 ◦ blue 137

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

Shades of Lochinvar #529489

Tints of Lochinvar #529489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 22.34%
G = 40.33%
B = 37.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#529489 (or 0x529489) is known color: Lochinvar. HEX triplet: 52, 94 and 89. RGB value is (82,148,137). Sum of RGB (Red+Green+Blue) = 82+148+137=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #529489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529489 is #AD6B76. Grayscale: #7E7E7E. Windows color (decimal): -11365239 or 9016402. OLE color: 9016402.

HSL color Cylindrical-coordinate representation of color #529489: hue angle of 170º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529489 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 137 -
CMYK 0.45 0 0.07 0.42
HSL 170º 0.29% 0.45% -
HSV(B) 170º 0.45% 0.58% -
XYZ 18.58 24.78 27.47 -
YUV 127.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 82 148 137 0.45 0 0.07 0.42 170 0.29 0.45
Hex 52 94 89 2D 0 7 2A AA 1D 2D
Octal 122 224 211 55 0 7 52 252 35 55
Binary 1010010 10010100 10001001 101101 0 111 101010 10101010 11101 101101

Color Harmonies of #529489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529489

Black with #529489

Text Example


Text Example

White with #529489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529489; }

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

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

background-color css

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

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

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

border-color css

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

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

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