Html Css Color HEX #529585 Lochinvar

📋 copy color: '#529585'

red 82 ◦ green 149 ◦ blue 133

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

Shades of Lochinvar #529585

Tints of Lochinvar #529585

RGB

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

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

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

R = 22.53%
G = 40.93%
B = 36.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#529585 (or 0x529585) is known color: Lochinvar. HEX triplet: 52, 95 and 85. RGB value is (82,149,133). Sum of RGB (Red+Green+Blue) = 82+149+133=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #529585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529585 is #AD6A7A. Grayscale: #7F7F7F. Windows color (decimal): -11364987 or 8754514. OLE color: 8754514.

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

Color convert

RGB 82 149 133 -
CMYK 0.45 0 0.11 0.42
HSL 165.67º 0.29% 0.45% -
HSV(B) 165.67º 0.45% 0.58% -
XYZ 18.46 24.98 26.04 -
YUV 127.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 82 149 133 0.45 0 0.11 0.42 165.67 0.29 0.45
Hex 52 95 85 2D 0 B 2A A6 1D 2D
Octal 122 225 205 55 0 13 52 246 35 55
Binary 1010010 10010101 10000101 101101 0 1011 101010 10100110 11101 101101

Color Harmonies of #529585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529585

Black with #529585

Text Example


Text Example

White with #529585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529585; }

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

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

background-color css

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

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

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

border-color css

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

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

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