#539284

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

Shades of Lochinvar #539284

Tints of Lochinvar #539284

Color information

#539284 (or 0x539284) is unknown color: approx Lochinvar. HEX triplet: 53, 92 and 84. RGB value is (83,146,132). Sum of RGB (Red+Green+Blue) = 83+146+132=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #539284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539284 is #AC6D7B. Grayscale: #7D7D7D. Windows color (decimal): -11300220 or 8688211. OLE color: 8688211.

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

Color convert

RGB83146132-
CMYK0.4300.100.43
HSL166.67º27.51%44.9%-
HSV(B)166.67º43.15%57.25%-
XYZ18.0124.0625.53-
YUV125.57131.6397.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=22.99%
G=40.44%
B=36.57%

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
Decimal831461320.4300.100.43166.6727.5144.9
Hex5392842B0A2Ba71c2d
Octal12322220453012532473455
Binary10100111001001010000100101011010101010111010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539284; }

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

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

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

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

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

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

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

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