Html Css Color HEX #529885 Lochinvar

📋 copy color: '#529885'

red 82 ◦ green 152 ◦ blue 133

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

Shades of Lochinvar #529885

Tints of Lochinvar #529885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 22.34%
G = 41.42%
B = 36.24%

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

#529885 (or 0x529885) is known color: Lochinvar. HEX triplet: 52, 98 and 85. RGB value is (82,152,133). Sum of RGB (Red+Green+Blue) = 82+152+133=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #529885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529885 is #AD677A. Grayscale: #808080. Windows color (decimal): -11364219 or 8755282. OLE color: 8755282.

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

Color convert

RGB 82 152 133 -
CMYK 0.46 0 0.13 0.40
HSL 163.71º 0.3% 0.46% -
HSV(B) 163.71º 0.46% 0.6% -
XYZ 18.94 25.94 26.2 -
YUV 128.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 82 152 133 0.46 0 0.13 0.40 163.71 0.3 0.46
Hex 52 98 85 2E 0 D 28 A4 1E 2E
Octal 122 230 205 56 0 15 50 244 36 56
Binary 1010010 10011000 10000101 101110 0 1101 101000 10100100 11110 101110

Color Harmonies of #529885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529885

Black with #529885

Text Example


Text Example

White with #529885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529885; }

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

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

background-color css

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

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

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

border-color css

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

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

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