Html Css Color HEX #528D88 Lochinvar

📋 copy color: '#528D88'

red 82 ◦ green 141 ◦ blue 136

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

Shades of Lochinvar #528D88

Tints of Lochinvar #528D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.28%

 BLUE value IS 136 (53.52% from 255) = 37.88%

R = 22.84%
G = 39.28%
B = 37.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#528D88 (or 0x528D88) is known color: Lochinvar. HEX triplet: 52, 8D and 88. RGB value is (82,141,136). Sum of RGB (Red+Green+Blue) = 82+141+136=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #528D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528D88 is #AD7277. Grayscale: #7A7A7A. Windows color (decimal): -11367032 or 8949074. OLE color: 8949074.

HSL color Cylindrical-coordinate representation of color #528D88: hue angle of 174.92º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D88 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 141 136 -
CMYK 0.42 0 0.04 0.45
HSL 174.92º 0.26% 0.44% -
HSV(B) 174.92º 0.42% 0.55% -
XYZ 17.45 22.62 26.74 -
YUV 122.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 82 141 136 0.42 0 0.04 0.45 174.92 0.26 0.44
Hex 52 8D 88 2A 0 4 2D AF 1A 2C
Octal 122 215 210 52 0 4 55 257 32 54
Binary 1010010 10001101 10001000 101010 0 100 101101 10101111 11010 101100

Color Harmonies of #528D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D88

Black with #528D88

Text Example


Text Example

White with #528D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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