#539183

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

Shades of Lochinvar #539183

Tints of Lochinvar #539183

Color information

#539183 (or 0x539183) is unknown color: approx Lochinvar. HEX triplet: 53, 91 and 83. RGB value is (83,145,131). Sum of RGB (Red+Green+Blue) = 83+145+131=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #539183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539183 is #AC6E7C. Grayscale: #7C7C7C. Windows color (decimal): -11300477 or 8622419. OLE color: 8622419.

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

Color convert

RGB83145131-
CMYK0.4300.100.43
HSL166.45º27.19%44.71%-
HSV(B)166.45º42.76%56.86%-
XYZ17.7923.7325.12-
YUV124.87131.4698.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=23.12%
G=40.39%
B=36.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831451310.4300.100.43166.4527.1944.71
Hex5391832B0A2Ba61b2d
Octal12322120353012532463355
Binary10100111001000110000011101011010101010111010011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539183; }

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

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

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

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

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

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

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

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