#539180

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

Shades of Lochinvar #539180

Tints of Lochinvar #539180

Color information

#539180 (or 0x539180) is unknown color: approx Lochinvar. HEX triplet: 53, 91 and 80. RGB value is (83,145,128). Sum of RGB (Red+Green+Blue) = 83+145+128=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #539180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539180 is #AC6E7F. Grayscale: #7C7C7C. Windows color (decimal): -11300480 or 8425811. OLE color: 8425811.

HSL color Cylindrical-coordinate representation of color #539180: hue angle of 163.55º degrees, saturation: 0.27, 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 #539180 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB83145128-
CMYK0.4300.120.43
HSL163.55º27.19%44.71%-
HSV(B)163.55º42.76%56.86%-
XYZ17.5923.6524.06-
YUV124.52129.9698.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=23.31%
G=40.73%
B=35.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831451280.4300.120.43163.5527.1944.71
Hex5391802B0C2Ba41b2d
Octal12322120053014532443355
Binary10100111001000110000000101011011001010111010010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539180; }

 p { color: rgb(83,145,128); }

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

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

 a { background-color: rgb(83,145,128); }

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

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

 span { border-color: rgb(83,145,128); }

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