#539285

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

Shades of Lochinvar #539285

Tints of Lochinvar #539285

Color information

#539285 (or 0x539285) is unknown color: approx Lochinvar. HEX triplet: 53, 92 and 85. RGB value is (83,146,133). Sum of RGB (Red+Green+Blue) = 83+146+133=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #539285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539285 is #AC6D7A. Grayscale: #7D7D7D. Windows color (decimal): -11300219 or 8753747. OLE color: 8753747.

HSL color Cylindrical-coordinate representation of color #539285: hue angle of 167.62º 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 #539285 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB83146133-
CMYK0.4300.090.43
HSL167.62º27.51%44.9%-
HSV(B)167.62º43.15%57.25%-
XYZ18.0824.0925.89-
YUV125.68132.1397.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=22.93%
G=40.33%
B=36.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461330.4300.090.43167.6227.5144.9
Hex5392852B092Ba81c2d
Octal12322220553011532503455
Binary10100111001001010000101101011010011010111010100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539285; }

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

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

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

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

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

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

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

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