Html Css Color HEX #529987 Lochinvar

📋 copy color: '#529987'

red 82 ◦ green 153 ◦ blue 135

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

Shades of Lochinvar #529987

Tints of Lochinvar #529987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.49%

R = 22.16%
G = 41.35%
B = 36.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#529987 (or 0x529987) is known color: Lochinvar. HEX triplet: 52, 99 and 87. RGB value is (82,153,135). Sum of RGB (Red+Green+Blue) = 82+153+135=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #529987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529987 is #AD6678. Grayscale: #818181. Windows color (decimal): -11363961 or 8886610. OLE color: 8886610.

HSL color Cylindrical-coordinate representation of color #529987: hue angle of 164.79º 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 #529987 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 135 -
CMYK 0.46 0 0.12 0.4
HSL 164.79º 0.3% 0.46% -
HSV(B) 164.79º 0.46% 0.6% -
XYZ 19.24 26.33 26.99 -
YUV 129.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 82 153 135 0.46 0 0.12 0.4 164.79 0.3 0.46
Hex 52 99 87 2E 0 C 28 A5 1E 2E
Octal 122 231 207 56 0 14 50 245 36 56
Binary 1010010 10011001 10000111 101110 0 1100 101000 10100101 11110 101110

Color Harmonies of #529987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529987

Black with #529987

Text Example


Text Example

White with #529987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529987; }

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

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

background-color css

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

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

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

border-color css

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

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

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