Html Css Color HEX #528E89 Lochinvar

📋 copy color: '#528E89'

red 82 ◦ green 142 ◦ blue 137

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

Shades of Lochinvar #528E89

Tints of Lochinvar #528E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.34%

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 22.71%
G = 39.34%
B = 37.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#528E89 (or 0x528E89) is known color: Lochinvar. HEX triplet: 52, 8E and 89. RGB value is (82,142,137). Sum of RGB (Red+Green+Blue) = 82+142+137=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 142 - color contains mainly: green. Hex color #528E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528E89 is #AD7176. Grayscale: #7B7B7B. Windows color (decimal): -11366775 or 9014866. OLE color: 9014866.

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

Color convert

RGB 82 142 137 -
CMYK 0.42 0 0.04 0.44
HSL 175º 0.27% 0.44% -
HSV(B) 175º 0.42% 0.56% -
XYZ 17.67 22.95 27.16 -
YUV 123.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 82 142 137 0.42 0 0.04 0.44 175 0.27 0.44
Hex 52 8E 89 2A 0 4 2C AF 1B 2C
Octal 122 216 211 52 0 4 54 257 33 54
Binary 1010010 10001110 10001001 101010 0 100 101100 10101111 11011 101100

Color Harmonies of #528E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E89

Black with #528E89

Text Example


Text Example

White with #528E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,142,137); }

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

background-color css

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

 a { background-color: rgb(82,142,137); }

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

border-color css

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

 span { border-color: rgb(82,142,137); }

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