#539280

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

Shades of Lochinvar #539280

Tints of Lochinvar #539280

Color information

#539280 (or 0x539280) is unknown color: approx Lochinvar. HEX triplet: 53, 92 and 80. RGB value is (83,146,128). Sum of RGB (Red+Green+Blue) = 83+146+128=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #539280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539280 is #AC6D7F. Grayscale: #7D7D7D. Windows color (decimal): -11300224 or 8426067. OLE color: 8426067.

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

Color convert

RGB83146128-
CMYK0.4300.120.43
HSL162.86º27.51%44.9%-
HSV(B)162.86º43.15%57.25%-
XYZ17.7423.9624.11-
YUV125.11129.6397.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=23.25%
G=40.90%
B=35.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461280.4300.120.43162.8627.5144.9
Hex5392802B0C2Ba31c2d
Octal12322220053014532433455
Binary10100111001001010000000101011011001010111010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539280; }

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

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

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

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

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

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

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

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