Html Css Color HEX #529989 Lochinvar

📋 copy color: '#529989'

red 82 ◦ green 153 ◦ blue 137

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

Shades of Lochinvar #529989

Tints of Lochinvar #529989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.13%

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

R = 22.04%
G = 41.13%
B = 36.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#529989 (or 0x529989) is known color: Lochinvar. HEX triplet: 52, 99 and 89. RGB value is (82,153,137). Sum of RGB (Red+Green+Blue) = 82+153+137=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #529989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529989 is #AD6676. Grayscale: #818181. Windows color (decimal): -11363959 or 9017682. OLE color: 9017682.

HSL color Cylindrical-coordinate representation of color #529989: hue angle of 166.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529989 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 137 -
CMYK 0.46 0 0.10 0.4
HSL 166.48º 0.3% 0.46% -
HSV(B) 166.48º 0.46% 0.6% -
XYZ 19.39 26.38 27.74 -
YUV 129.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 82 153 137 0.46 0 0.10 0.4 166.48 0.3 0.46
Hex 52 99 89 2E 0 A 28 A6 1E 2E
Octal 122 231 211 56 0 12 50 246 36 56
Binary 1010010 10011001 10001001 101110 0 1010 101000 10100110 11110 101110

Color Harmonies of #529989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529989

Black with #529989

Text Example


Text Example

White with #529989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529989; }

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

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

background-color css

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

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

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

border-color css

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

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

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