Html Css Color HEX #529888 Lochinvar

📋 copy color: '#529888'

red 82 ◦ green 152 ◦ blue 136

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

Shades of Lochinvar #529888

Tints of Lochinvar #529888

RGB

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

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

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

R = 22.16%
G = 41.08%
B = 36.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#529888 (or 0x529888) is known color: Lochinvar. HEX triplet: 52, 98 and 88. RGB value is (82,152,136). Sum of RGB (Red+Green+Blue) = 82+152+136=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #529888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529888 is #AD6777. Grayscale: #818181. Windows color (decimal): -11364216 or 8951890. OLE color: 8951890.

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

Color convert

RGB 82 152 136 -
CMYK 0.46 0 0.11 0.40
HSL 166.29º 0.3% 0.46% -
HSV(B) 166.29º 0.46% 0.6% -
XYZ 19.15 26.03 27.31 -
YUV 129.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 82 152 136 0.46 0 0.11 0.40 166.29 0.3 0.46
Hex 52 98 88 2E 0 B 28 A6 1E 2E
Octal 122 230 210 56 0 13 50 246 36 56
Binary 1010010 10011000 10001000 101110 0 1011 101000 10100110 11110 101110

Color Harmonies of #529888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529888

Black with #529888

Text Example


Text Example

White with #529888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529888; }

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

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

background-color css

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

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

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

border-color css

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

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

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