Html Css Color HEX #529385 Lochinvar

📋 copy color: '#529385'

red 82 ◦ green 147 ◦ blue 133

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

Shades of Lochinvar #529385

Tints of Lochinvar #529385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 22.65%
G = 40.61%
B = 36.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#529385 (or 0x529385) is known color: Lochinvar. HEX triplet: 52, 93 and 85. RGB value is (82,147,133). Sum of RGB (Red+Green+Blue) = 82+147+133=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #529385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529385 is #AD6C7A. Grayscale: #7D7D7D. Windows color (decimal): -11365499 or 8754002. OLE color: 8754002.

HSL color Cylindrical-coordinate representation of color #529385: hue angle of 167.08º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529385 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 133 -
CMYK 0.44 0 0.10 0.42
HSL 167.08º 0.28% 0.45% -
HSV(B) 167.08º 0.44% 0.58% -
XYZ 18.15 24.35 25.93 -
YUV 125.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 82 147 133 0.44 0 0.10 0.42 167.08 0.28 0.45
Hex 52 93 85 2C 0 A 2A A7 1C 2D
Octal 122 223 205 54 0 12 52 247 34 55
Binary 1010010 10010011 10000101 101100 0 1010 101010 10100111 11100 101101

Color Harmonies of #529385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529385

Black with #529385

Text Example


Text Example

White with #529385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529385; }

 p { color: rgb(82,147,133); }

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

background-color css

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

 a { background-color: rgb(82,147,133); }

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

border-color css

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

 span { border-color: rgb(82,147,133); }

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