#529883

Color #529883 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #529883

Tints of Lochinvar #529883

Color information

#529883 (or 0x529883) is unknown color: approx Lochinvar. HEX triplet: 52, 98 and 83. RGB value is (82,152,131). Sum of RGB (Red+Green+Blue) = 82+152+131=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #529883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529883 is #AD677C. Grayscale: #808080. Windows color (decimal): -11364221 or 8624210. OLE color: 8624210.

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

Color convert

RGB82152131-
CMYK0.4600.140.40
HSL162º29.91%45.88%-
HSV(B)162º46.05%59.61%-
XYZ18.825.8925.48-
YUV128.68129.3194.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=22.47%
G=41.64%
B=35.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521310.4600.140.4016229.9145.88
Hex5298832E0E28a21e2e
Octal12223020356016502423656
Binary10100101001100010000011101110011101010001010001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529883; }

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

 H1.HeaderClassName
 {
   color: #529883;
 }
 .AnyTagClassName
 {
   color: #529883;
 }
</style>
background-color css

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

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

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

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

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

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