Html Css Color HEX #529884 Lochinvar

📋 copy color: '#529884'

red 82 ◦ green 152 ◦ blue 132

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

Shades of Lochinvar #529884

Tints of Lochinvar #529884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.53%

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 22.4%
G = 41.53%
B = 36.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#529884 (or 0x529884) is known color: Lochinvar. HEX triplet: 52, 98 and 84. RGB value is (82,152,132). Sum of RGB (Red+Green+Blue) = 82+152+132=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #529884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529884 is #AD677B. Grayscale: #808080. Windows color (decimal): -11364220 or 8689746. OLE color: 8689746.

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

Color convert

RGB 82 152 132 -
CMYK 0.46 0 0.13 0.40
HSL 162.86º 0.3% 0.46% -
HSV(B) 162.86º 0.46% 0.6% -
XYZ 18.87 25.92 25.84 -
YUV 128.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 82 152 132 0.46 0 0.13 0.40 162.86 0.3 0.46
Hex 52 98 84 2E 0 D 28 A3 1E 2E
Octal 122 230 204 56 0 15 50 243 36 56
Binary 1010010 10011000 10000100 101110 0 1101 101000 10100011 11110 101110

Color Harmonies of #529884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529884

Black with #529884

Text Example


Text Example

White with #529884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529884; }

 p { color: rgb(82,152,132); }

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

background-color css

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

 a { background-color: rgb(82,152,132); }

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

border-color css

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

 span { border-color: rgb(82,152,132); }

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