Html Css Color HEX #529588 Lochinvar

📋 copy color: '#529588'

red 82 ◦ green 149 ◦ blue 136

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

Shades of Lochinvar #529588

Tints of Lochinvar #529588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.6%

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

R = 22.34%
G = 40.6%
B = 37.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#529588 (or 0x529588) is known color: Lochinvar. HEX triplet: 52, 95 and 88. RGB value is (82,149,136). Sum of RGB (Red+Green+Blue) = 82+149+136=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #529588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529588 is #AD6A77. Grayscale: #7F7F7F. Windows color (decimal): -11364984 or 8951122. OLE color: 8951122.

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

Color convert

RGB 82 149 136 -
CMYK 0.45 0 0.09 0.42
HSL 168.36º 0.29% 0.45% -
HSV(B) 168.36º 0.45% 0.58% -
XYZ 18.67 25.07 27.15 -
YUV 127.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 82 149 136 0.45 0 0.09 0.42 168.36 0.29 0.45
Hex 52 95 88 2D 0 9 2A A8 1D 2D
Octal 122 225 210 55 0 11 52 250 35 55
Binary 1010010 10010101 10001000 101101 0 1001 101010 10101000 11101 101101

Color Harmonies of #529588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529588

Black with #529588

Text Example


Text Example

White with #529588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529588; }

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

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

background-color css

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

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

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

border-color css

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

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

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