Html Css Color HEX #529488 Lochinvar

📋 copy color: '#529488'

red 82 ◦ green 148 ◦ blue 136

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

Shades of Lochinvar #529488

Tints of Lochinvar #529488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 22.4%
G = 40.44%
B = 37.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#529488 (or 0x529488) is known color: Lochinvar. HEX triplet: 52, 94 and 88. RGB value is (82,148,136). Sum of RGB (Red+Green+Blue) = 82+148+136=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #529488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529488 is #AD6B77. Grayscale: #7E7E7E. Windows color (decimal): -11365240 or 8950866. OLE color: 8950866.

HSL color Cylindrical-coordinate representation of color #529488: hue angle of 169.09º 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 #529488 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 136 -
CMYK 0.45 0 0.08 0.42
HSL 169.09º 0.29% 0.45% -
HSV(B) 169.09º 0.45% 0.58% -
XYZ 18.51 24.75 27.09 -
YUV 126.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 82 148 136 0.45 0 0.08 0.42 169.09 0.29 0.45
Hex 52 94 88 2D 0 8 2A A9 1D 2D
Octal 122 224 210 55 0 10 52 251 35 55
Binary 1010010 10010100 10001000 101101 0 1000 101010 10101001 11101 101101

Color Harmonies of #529488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529488

Black with #529488

Text Example


Text Example

White with #529488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529488; }

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

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

background-color css

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

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

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

border-color css

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

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

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