#539E92

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

Shades of Lochinvar #539E92

Tints of Lochinvar #539E92

Color information

#539E92 (or 0x539E92) is unknown color: approx Lochinvar. HEX triplet: 53, 9E and 92. RGB value is (83,158,146). Sum of RGB (Red+Green+Blue) = 83+158+146=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #539E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E92 is #AC616D. Grayscale: #868686. Windows color (decimal): -11297134 or 9608787. OLE color: 9608787.

HSL color Cylindrical-coordinate representation of color #539E92: hue angle of 170.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E92 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB83158146-
CMYK0.4700.080.38
HSL170.4º31.12%47.25%-
HSV(B)170.4º47.47%61.96%-
XYZ20.9828.3731.56-
YUV134.21134.6591.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=21.45%
G=40.83%
B=37.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581460.4700.080.38170.431.1247.25
Hex539E922F0826aa1f2f
Octal12323622257010462523757
Binary10100111001111010010010101111010001001101010101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539E92; }

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

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

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

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

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

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

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

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