#539385

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

Shades of Lochinvar #539385

Tints of Lochinvar #539385

Color information

#539385 (or 0x539385) is unknown color: approx Lochinvar. HEX triplet: 53, 93 and 85. RGB value is (83,147,133). Sum of RGB (Red+Green+Blue) = 83+147+133=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #539385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539385 is #AC6C7A. Grayscale: #7E7E7E. Windows color (decimal): -11299963 or 8754003. OLE color: 8754003.

HSL color Cylindrical-coordinate representation of color #539385: hue angle of 166.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539385 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB83147133-
CMYK0.4400.100.42
HSL166.88º27.83%45.1%-
HSV(B)166.88º43.54%57.65%-
XYZ18.2324.425.94-
YUV126.27131.897.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=22.87%
G=40.50%
B=36.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471330.4400.100.42166.8827.8345.1
Hex5393852C0A2Aa71c2d
Octal12322320554012522473455
Binary10100111001001110000101101100010101010101010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539385; }

 p { color: rgb(83,147,133); }

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

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

 a { background-color: rgb(83,147,133); }

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

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

 span { border-color: rgb(83,147,133); }

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