#529185

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

Shades of Lochinvar #529185

Tints of Lochinvar #529185

Color information

#529185 (or 0x529185) is unknown color: approx Lochinvar. HEX triplet: 52, 91 and 85. RGB value is (82,145,133). Sum of RGB (Red+Green+Blue) = 82+145+133=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #529185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529185 is #AD6E7A. Grayscale: #7C7C7C. Windows color (decimal): -11366011 or 8753490. OLE color: 8753490.

HSL color Cylindrical-coordinate representation of color #529185: hue angle of 168.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529185 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB82145133-
CMYK0.4300.080.43
HSL168.57º27.75%44.51%-
HSV(B)168.57º43.45%56.86%-
XYZ17.8423.7425.83-
YUV124.8132.6397.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=22.78%
G=40.28%
B=36.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451330.4300.080.43168.5727.7544.51
Hex5291852B082Ba91c2d
Octal12222120553010532513455
Binary10100101001000110000101101011010001010111010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529185; }

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

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

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

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

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

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

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

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