Html Css Color HEX #529389 Lochinvar

📋 copy color: '#529389'

red 82 ◦ green 147 ◦ blue 137

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

Shades of Lochinvar #529389

Tints of Lochinvar #529389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.16%

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

R = 22.4%
G = 40.16%
B = 37.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#529389 (or 0x529389) is known color: Lochinvar. HEX triplet: 52, 93 and 89. RGB value is (82,147,137). Sum of RGB (Red+Green+Blue) = 82+147+137=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #529389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529389 is #AD6C76. Grayscale: #7E7E7E. Windows color (decimal): -11365495 or 9016146. OLE color: 9016146.

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

Color convert

RGB 82 147 137 -
CMYK 0.44 0 0.07 0.42
HSL 170.77º 0.28% 0.45% -
HSV(B) 170.77º 0.44% 0.58% -
XYZ 18.43 24.47 27.42 -
YUV 126.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 82 147 137 0.44 0 0.07 0.42 170.77 0.28 0.45
Hex 52 93 89 2C 0 7 2A AB 1C 2D
Octal 122 223 211 54 0 7 52 253 34 55
Binary 1010010 10010011 10001001 101100 0 111 101010 10101011 11100 101101

Color Harmonies of #529389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529389

Black with #529389

Text Example


Text Example

White with #529389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529389; }

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

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

background-color css

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

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

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

border-color css

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

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

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