Html Css Color HEX #529689 Lochinvar

📋 copy color: '#529689'

red 82 ◦ green 150 ◦ blue 137

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

Shades of Lochinvar #529689

Tints of Lochinvar #529689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.65%

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

R = 22.22%
G = 40.65%
B = 37.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#529689 (or 0x529689) is known color: Lochinvar. HEX triplet: 52, 96 and 89. RGB value is (82,150,137). Sum of RGB (Red+Green+Blue) = 82+150+137=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #529689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529689 is #AD6976. Grayscale: #808080. Windows color (decimal): -11364727 or 9016914. OLE color: 9016914.

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

Color convert

RGB 82 150 137 -
CMYK 0.45 0 0.09 0.41
HSL 168.53º 0.29% 0.45% -
HSV(B) 168.53º 0.45% 0.59% -
XYZ 18.9 25.41 27.58 -
YUV 128.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 82 150 137 0.45 0 0.09 0.41 168.53 0.29 0.45
Hex 52 96 89 2D 0 9 29 A9 1D 2D
Octal 122 226 211 55 0 11 51 251 35 55
Binary 1010010 10010110 10001001 101101 0 1001 101001 10101001 11101 101101

Color Harmonies of #529689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529689

Black with #529689

Text Example


Text Example

White with #529689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529689; }

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

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

background-color css

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

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

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

border-color css

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

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

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