Html Css Color HEX #528882 Lochinvar

📋 copy color: '#528882'

red 82 ◦ green 136 ◦ blue 130

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

Shades of Lochinvar #528882

Tints of Lochinvar #528882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

 BLUE value IS 130 (51.17% from 255) = 37.36%

R = 23.56%
G = 39.08%
B = 37.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#528882 (or 0x528882) is known color: Lochinvar. HEX triplet: 52, 88 and 82. RGB value is (82,136,130). Sum of RGB (Red+Green+Blue) = 82+136+130=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #528882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528882 is #AD777D. Grayscale: #777777. Windows color (decimal): -11368318 or 8554578. OLE color: 8554578.

HSL color Cylindrical-coordinate representation of color #528882: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528882 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 130 -
CMYK 0.40 0 0.04 0.47
HSL 173.33º 0.25% 0.43% -
HSV(B) 173.33º 0.4% 0.53% -
XYZ 16.31 21.01 24.32 -
YUV 119.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 82 136 130 0.40 0 0.04 0.47 173.33 0.25 0.43
Hex 52 88 82 28 0 4 2F AD 19 2B
Octal 122 210 202 50 0 4 57 255 31 53
Binary 1010010 10001000 10000010 101000 0 100 101111 10101101 11001 101011

Color Harmonies of #528882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528882

Black with #528882

Text Example


Text Example

White with #528882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528882; }

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

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

background-color css

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

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

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

border-color css

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

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

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